Html Css Color HEX #32873E Japanese Laurel

📋 copy color: '#32873E'

red 50 ◦ green 135 ◦ blue 62

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

Shades of Japanese Laurel #32873E

Tints of Japanese Laurel #32873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.1%

R = 20.24%
G = 54.66%
B = 25.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#32873E (or 0x32873E) is known color: Japanese Laurel. HEX triplet: 32, 87 and 3E. RGB value is (50,135,62). Sum of RGB (Red+Green+Blue) = 50+135+62=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #32873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32873E is #CD78C1. Grayscale: #656565. Windows color (decimal): -13465794 or 4097842. OLE color: 4097842.

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

Color convert

RGB 50 135 62 -
CMYK 0.63 0 0.54 0.47
HSL 128.47º 0.46% 0.36% -
HSV(B) 128.47º 0.63% 0.53% -
XYZ 10.85 18.35 7.53 -
YUV 101.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 50 135 62 0.63 0 0.54 0.47 128.47 0.46 0.36
Hex 32 87 3E 3F 0 36 2F 80 2E 24
Octal 62 207 76 77 0 66 57 200 56 44
Binary 110010 10000111 111110 111111 0 110110 101111 10000000 101110 100100

Color Harmonies of #32873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32873E

Black with #32873E

Text Example


Text Example

White with #32873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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