Html Css Color HEX #32913E Japanese Laurel

📋 copy color: '#32913E'

red 50 ◦ green 145 ◦ blue 62

#32913E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #32913E

Tints of Japanese Laurel #32913E

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 value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#32913E (or 0x32913E) is known color: 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

RGB 50 145 62 -
CMYK 0.66 0 0.57 0.43
HSL 127.58º 0.49% 0.38% -
HSV(B) 127.58º 0.66% 0.57% -
XYZ 12.31 21.28 8.02 -
YUV 107.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 50 145 62 0.66 0 0.57 0.43 127.58 0.49 0.38
Hex 32 91 3E 42 0 39 2B 80 31 26
Octal 62 221 76 102 0 71 53 200 61 46
Binary 110010 10010001 111110 1000010 0 111001 101011 10000000 110001 100110

Color Harmonies of #32913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32913E

Black with #32913E

Text Example


Text Example

White with #32913E

Text Example


Text Example

HTML Codes & Css Web 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>