Html Css Color HEX #32733F Japanese Laurel

📋 copy color: '#32733F'

red 50 ◦ green 115 ◦ blue 63

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

Shades of Japanese Laurel #32733F

Tints of Japanese Laurel #32733F

RGB

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

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

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

R = 21.93%
G = 50.44%
B = 27.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#32733F (or 0x32733F) is known color: Japanese Laurel. HEX triplet: 32, 73 and 3F. RGB value is (50,115,63). Sum of RGB (Red+Green+Blue) = 50+115+63=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #32733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32733F is #CD8CC0. Grayscale: #595959. Windows color (decimal): -13470913 or 4158258. OLE color: 4158258.

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

Color convert

RGB 50 115 63 -
CMYK 0.57 0 0.45 0.55
HSL 132º 0.39% 0.32% -
HSV(B) 132º 0.57% 0.45% -
XYZ 8.34 13.3 6.83 -
YUV 89.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 50 115 63 0.57 0 0.45 0.55 132 0.39 0.32
Hex 32 73 3F 39 0 2D 37 84 27 20
Octal 62 163 77 71 0 55 67 204 47 40
Binary 110010 1110011 111111 111001 0 101101 110111 10000100 100111 100000

Color Harmonies of #32733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32733F

Black with #32733F

Text Example


Text Example

White with #32733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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