Html Css Color HEX #32893C Japanese Laurel

📋 copy color: '#32893C'

red 50 ◦ green 137 ◦ blue 60

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

Shades of Japanese Laurel #32893C

Tints of Japanese Laurel #32893C

RGB

 RED value IS 50 (19.92% from 255) = 20.24%

 GREEN value IS 137 (53.91% from 255) = 55.47%

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 20.24%
G = 55.47%
B = 24.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#32893C (or 0x32893C) is known color: Japanese Laurel. HEX triplet: 32, 89 and 3C. RGB value is (50,137,60). Sum of RGB (Red+Green+Blue) = 50+137+60=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #32893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32893C is #CD76C3. Grayscale: #666666. Windows color (decimal): -13465284 or 3967282. OLE color: 3967282.

HSL color Cylindrical-coordinate representation of color #32893C: hue angle of 126.9º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32893C is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 60 -
CMYK 0.64 0 0.56 0.46
HSL 126.9º 0.47% 0.37% -
HSV(B) 126.9º 0.64% 0.54% -
XYZ 11.08 18.9 7.34 -
YUV 102.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 50 137 60 0.64 0 0.56 0.46 126.9 0.47 0.37
Hex 32 89 3C 40 0 38 2E 7F 2F 25
Octal 62 211 74 100 0 70 56 177 57 45
Binary 110010 10001001 111100 1000000 0 111000 101110 1111111 101111 100101

Color Harmonies of #32893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32893C

Black with #32893C

Text Example


Text Example

White with #32893C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32893C;
 }
 .AnyTagClassName
 {
   color: #32893C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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