#32743E

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

Shades of Japanese Laurel #32743E

Tints of Japanese Laurel #32743E

Color information

#32743E (or 0x32743E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 74 and 3E. RGB value is (50,116,62). Sum of RGB (Red+Green+Blue) = 50+116+62=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #32743E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32743E is #CD8BC1. Grayscale: #5A5A5A. Windows color (decimal): -13470658 or 4092978. OLE color: 4092978.

HSL color Cylindrical-coordinate representation of color #32743E: hue angle of 130.91º 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 #32743E is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB5011662-
CMYK0.5700.470.55
HSL130.91º39.76%32.55%-
HSV(B)130.91º56.9%45.49%-
XYZ8.4313.526.72-
YUV90.11112.1399.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 116 (45.70% from 255) = 50.88%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=21.93%
G=50.88%
B=27.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116620.5700.470.55130.9139.7632.55
Hex32743E3902F37832821
Octal621647671057672035041
Binary1100101110100111110111001010111111011110000011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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