Html Css Color HEX #32753A Japanese Laurel

📋 copy color: '#32753A'

red 50 ◦ green 117 ◦ blue 58

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

Shades of Japanese Laurel #32753A

Tints of Japanese Laurel #32753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 22.22%
G = 52%
B = 25.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#32753A (or 0x32753A) is known color: Japanese Laurel. HEX triplet: 32, 75 and 3A. RGB value is (50,117,58). Sum of RGB (Red+Green+Blue) = 50+117+58=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #32753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32753A is #CD8AC5. Grayscale: #5A5A5A. Windows color (decimal): -13470406 or 3831090. OLE color: 3831090.

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

Color convert

RGB 50 117 58 -
CMYK 0.57 0 0.50 0.54
HSL 127.16º 0.4% 0.33% -
HSV(B) 127.16º 0.57% 0.46% -
XYZ 8.44 13.71 6.2 -
YUV 90.24 109.8 99.3 -
System Red Green Blue C M Y K H S L
Decimal 50 117 58 0.57 0 0.50 0.54 127.16 0.4 0.33
Hex 32 75 3A 39 0 32 36 7F 28 21
Octal 62 165 72 71 0 62 66 177 50 41
Binary 110010 1110101 111010 111001 0 110010 110110 1111111 101000 100001

Color Harmonies of #32753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32753A

Black with #32753A

Text Example


Text Example

White with #32753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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