#32743C

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

Shades of Japanese Laurel #32743C

Tints of Japanese Laurel #32743C

Color information

#32743C (or 0x32743C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 3C. RGB value is (50,116,60). Sum of RGB (Red+Green+Blue) = 50+116+60=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #32743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743C is #CD8BC3. Grayscale: #5A5A5A. Windows color (decimal): -13470660 or 3961906. OLE color: 3961906.

HSL color Cylindrical-coordinate representation of color #32743C: hue angle of 129.09º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32743C is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB5011660-
CMYK0.5700.480.55
HSL129.09º39.76%32.55%-
HSV(B)129.09º56.9%45.49%-
XYZ8.3813.56.44-
YUV89.88111.1399.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 116 (45.70% from 255) = 51.33%
BLUE value IS 60 (23.83% from 255) = 26.55%
R=22.12%
G=51.33%
B=26.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116600.5700.480.55129.0939.7632.55
Hex32743C3903037812821
Octal621647471060672015041
Binary1100101110100111100111001011000011011110000001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32743C; }

 p { color: rgb(50,116,60); }

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

<style>
 a { background-color: #32743C; }

 a { background-color: rgb(50,116,60); }

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

<style>
 span { border-color: #32743C; }

 span { border-color: rgb(50,116,60); }

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