Html Css Color HEX #32753C Japanese Laurel

📋 copy color: '#32753C'

red 50 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #32753C

Tints of Japanese Laurel #32753C

RGB

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

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

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

R = 22.03%
G = 51.54%
B = 26.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#32753C (or 0x32753C) is known color: Japanese Laurel. HEX triplet: 32, 75 and 3C. RGB value is (50,117,60). Sum of RGB (Red+Green+Blue) = 50+117+60=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 117 (46.09% from 255 or 51.54% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 117 - color contains mainly: green. Hex color #32753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32753C is #CD8AC3. Grayscale: #5A5A5A. Windows color (decimal): -13470404 or 3962162. OLE color: 3962162.

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

Color convert

RGB 50 117 60 -
CMYK 0.57 0 0.49 0.54
HSL 128.96º 0.4% 0.33% -
HSV(B) 128.96º 0.57% 0.46% -
XYZ 8.49 13.73 6.48 -
YUV 90.47 110.8 99.13 -
System Red Green Blue C M Y K H S L
Decimal 50 117 60 0.57 0 0.49 0.54 128.96 0.4 0.33
Hex 32 75 3C 39 0 31 36 81 28 21
Octal 62 165 74 71 0 61 66 201 50 41
Binary 110010 1110101 111100 111001 0 110001 110110 10000001 101000 100001

Color Harmonies of #32753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32753C

Black with #32753C

Text Example


Text Example

White with #32753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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