Html Css Color HEX #32873F Japanese Laurel

📋 copy color: '#32873F'

red 50 ◦ green 135 ◦ blue 63

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

Shades of Japanese Laurel #32873F

Tints of Japanese Laurel #32873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.4%

R = 20.16%
G = 54.44%
B = 25.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#32873F (or 0x32873F) is known color: Japanese Laurel. HEX triplet: 32, 87 and 3F. RGB value is (50,135,63). Sum of RGB (Red+Green+Blue) = 50+135+63=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #32873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32873F is #CD78C0. Grayscale: #656565. Windows color (decimal): -13465793 or 4163378. OLE color: 4163378.

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

Color convert

RGB 50 135 63 -
CMYK 0.63 0 0.53 0.47
HSL 129.18º 0.46% 0.36% -
HSV(B) 129.18º 0.63% 0.53% -
XYZ 10.88 18.36 7.67 -
YUV 101.38 106.34 91.35 -
System Red Green Blue C M Y K H S L
Decimal 50 135 63 0.63 0 0.53 0.47 129.18 0.46 0.36
Hex 32 87 3F 3F 0 35 2F 81 2E 24
Octal 62 207 77 77 0 65 57 201 56 44
Binary 110010 10000111 111111 111111 0 110101 101111 10000001 101110 100100

Color Harmonies of #32873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32873F

Black with #32873F

Text Example


Text Example

White with #32873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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