Html Css Color HEX #32733C Japanese Laurel

📋 copy color: '#32733C'

red 50 ◦ green 115 ◦ blue 60

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

Shades of Japanese Laurel #32733C

Tints of Japanese Laurel #32733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.11%

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

R = 22.22%
G = 51.11%
B = 26.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#32733C (or 0x32733C) is known color: Japanese Laurel. HEX triplet: 32, 73 and 3C. RGB value is (50,115,60). Sum of RGB (Red+Green+Blue) = 50+115+60=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #32733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32733C is #CD8CC3. Grayscale: #595959. Windows color (decimal): -13470916 or 3961650. OLE color: 3961650.

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

Color convert

RGB 50 115 60 -
CMYK 0.57 0 0.48 0.55
HSL 129.23º 0.39% 0.32% -
HSV(B) 129.23º 0.57% 0.45% -
XYZ 8.26 13.27 6.4 -
YUV 89.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 50 115 60 0.57 0 0.48 0.55 129.23 0.39 0.32
Hex 32 73 3C 39 0 30 37 81 27 20
Octal 62 163 74 71 0 60 67 201 47 40
Binary 110010 1110011 111100 111001 0 110000 110111 10000001 100111 100000

Color Harmonies of #32733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32733C

Black with #32733C

Text Example


Text Example

White with #32733C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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