#32913E

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

Shades of Japanese Laurel #32913E

Tints of Japanese Laurel #32913E

Color information

#32913E (or 0x32913E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 91 and 3E. RGB value is (50,145,62). Sum of RGB (Red+Green+Blue) = 50+145+62=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #32913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32913E is #CD6EC1. Grayscale: #6B6B6B. Windows color (decimal): -13463234 or 4100402. OLE color: 4100402.

HSL color Cylindrical-coordinate representation of color #32913E: hue angle of 127.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32913E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB5014562-
CMYK0.6600.570.43
HSL127.58º48.72%38.24%-
HSV(B)127.58º65.52%56.86%-
XYZ12.3121.288.02-
YUV107.13102.5387.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 145 (57.03% from 255) = 56.42%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=19.46%
G=56.42%
B=24.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50145620.6600.570.43127.5848.7238.24
Hex32913E420392B803126
Octal6222176102071532006146
Binary110010100100011111101000010011100110101110000000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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