Html Css Color HEX #32752A Japanese Laurel

📋 copy color: '#32752A'

red 50 ◦ green 117 ◦ blue 42

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

Shades of Japanese Laurel #32752A

Tints of Japanese Laurel #32752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 23.92%
G = 55.98%
B = 20.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#32752A (or 0x32752A) is known color: Japanese Laurel. HEX triplet: 32, 75 and 2A. RGB value is (50,117,42). Sum of RGB (Red+Green+Blue) = 50+117+42=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #32752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32752A is #CD8AD5. Grayscale: #585858. Windows color (decimal): -13470422 or 2782514. OLE color: 2782514.

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

Color convert

RGB 50 117 42 -
CMYK 0.57 0 0.64 0.54
HSL 113.6º 0.47% 0.31% -
HSV(B) 113.6º 0.64% 0.46% -
XYZ 8.09 13.57 4.38 -
YUV 88.42 101.8 100.6 -
System Red Green Blue C M Y K H S L
Decimal 50 117 42 0.57 0 0.64 0.54 113.6 0.47 0.31
Hex 32 75 2A 39 0 40 36 72 2F 1F
Octal 62 165 52 71 0 100 66 162 57 37
Binary 110010 1110101 101010 111001 0 1000000 110110 1110010 101111 11111

Color Harmonies of #32752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32752A

Black with #32752A

Text Example


Text Example

White with #32752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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