Html Css Color HEX #32753F Japanese Laurel

📋 copy color: '#32753F'

red 50 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #32753F

Tints of Japanese Laurel #32753F

RGB

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

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

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

R = 21.74%
G = 50.87%
B = 27.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#32753F (or 0x32753F) is known color: Japanese Laurel. HEX triplet: 32, 75 and 3F. RGB value is (50,117,63). Sum of RGB (Red+Green+Blue) = 50+117+63=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #32753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32753F is #CD8AC0. Grayscale: #5A5A5A. Windows color (decimal): -13470401 or 4158770. OLE color: 4158770.

HSL color Cylindrical-coordinate representation of color #32753F: hue angle of 131.64º 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 #32753F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 63 -
CMYK 0.57 0 0.46 0.54
HSL 131.64º 0.4% 0.33% -
HSV(B) 131.64º 0.57% 0.46% -
XYZ 8.57 13.76 6.91 -
YUV 90.81 112.3 98.89 -
System Red Green Blue C M Y K H S L
Decimal 50 117 63 0.57 0 0.46 0.54 131.64 0.4 0.33
Hex 32 75 3F 39 0 2E 36 84 28 21
Octal 62 165 77 71 0 56 66 204 50 41
Binary 110010 1110101 111111 111001 0 101110 110110 10000100 101000 100001

Color Harmonies of #32753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32753F

Black with #32753F

Text Example


Text Example

White with #32753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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