#32863A

Color #32863A Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #32863A

Tints of Japanese Laurel #32863A

Color information

#32863A (or 0x32863A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 86 and 3A. RGB value is (50,134,58). Sum of RGB (Red+Green+Blue) = 50+134+58=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #32863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32863A is #CD79C5. Grayscale: #646464. Windows color (decimal): -13466054 or 3835442. OLE color: 3835442.

HSL color Cylindrical-coordinate representation of color #32863A: hue angle of 125.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32863A is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB5013458-
CMYK0.6300.570.47
HSL125.71º45.65%36.08%-
HSV(B)125.71º62.69%52.55%-
XYZ10.618.036.92-
YUV100.22104.1792.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=20.66%
G=55.37%
B=23.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134580.6300.570.47125.7145.6536.08
Hex32863A3F0392F7e2e24
Octal622067277071571765644
Binary1100101000011011101011111101110011011111111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32863A; }

 p { color: rgb(50,134,58); }

 H1.HeaderClassName
 {
   color: #32863A;
 }
 .AnyTagClassName
 {
   color: #32863A;
 }
</style>
background-color css

<style>
 a { background-color: #32863A; }

 a { background-color: rgb(50,134,58); }

 div.DivClassName
 {
   background-color: #32863A;
 }
 .BgClassName
 {
   background-color: #32863A;
 }
</style>
border-color css

<style>
 span { border-color: #32863A; }

 span { border-color: rgb(50,134,58); }

 td.TdClassName
 {
   border-color: #32863A;
 }
 .TagClassName
 {
   border-color: #32863A;
 }
</style>