Html Css Color HEX #32752C Japanese Laurel

📋 copy color: '#32752C'

red 50 ◦ green 117 ◦ blue 44

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

Shades of Japanese Laurel #32752C

Tints of Japanese Laurel #32752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.45%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 23.7%
G = 55.45%
B = 20.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#32752C (or 0x32752C) is known color: Japanese Laurel. HEX triplet: 32, 75 and 2C. RGB value is (50,117,44). Sum of RGB (Red+Green+Blue) = 50+117+44=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #32752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32752C is #CD8AD3. Grayscale: #585858. Windows color (decimal): -13470420 or 2913586. OLE color: 2913586.

HSL color Cylindrical-coordinate representation of color #32752C: hue angle of 115.07º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32752C is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 44 -
CMYK 0.57 0 0.62 0.54
HSL 115.07º 0.45% 0.32% -
HSV(B) 115.07º 0.62% 0.46% -
XYZ 8.13 13.58 4.58 -
YUV 88.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 50 117 44 0.57 0 0.62 0.54 115.07 0.45 0.32
Hex 32 75 2C 39 0 3E 36 73 2D 20
Octal 62 165 54 71 0 76 66 163 55 40
Binary 110010 1110101 101100 111001 0 111110 110110 1110011 101101 100000

Color Harmonies of #32752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32752C

Black with #32752C

Text Example


Text Example

White with #32752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,117,44); }

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

background-color css

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

 a { background-color: rgb(50,117,44); }

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

border-color css

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

 span { border-color: rgb(50,117,44); }

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