Html Css Color HEX #32873C Japanese Laurel

📋 copy color: '#32873C'

red 50 ◦ green 135 ◦ blue 60

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

Shades of Japanese Laurel #32873C

Tints of Japanese Laurel #32873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.1%

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

R = 20.41%
G = 55.1%
B = 24.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#32873C (or 0x32873C) is known color: Japanese Laurel. HEX triplet: 32, 87 and 3C. RGB value is (50,135,60). Sum of RGB (Red+Green+Blue) = 50+135+60=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #32873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32873C is #CD78C3. Grayscale: #656565. Windows color (decimal): -13465796 or 3966770. OLE color: 3966770.

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

Color convert

RGB 50 135 60 -
CMYK 0.63 0 0.56 0.47
HSL 127.06º 0.46% 0.36% -
HSV(B) 127.06º 0.63% 0.53% -
XYZ 10.79 18.33 7.24 -
YUV 101.04 104.84 91.6 -
System Red Green Blue C M Y K H S L
Decimal 50 135 60 0.63 0 0.56 0.47 127.06 0.46 0.36
Hex 32 87 3C 3F 0 38 2F 7F 2E 24
Octal 62 207 74 77 0 70 57 177 56 44
Binary 110010 10000111 111100 111111 0 111000 101111 1111111 101110 100100

Color Harmonies of #32873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32873C

Black with #32873C

Text Example


Text Example

White with #32873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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