Html Css Color HEX #32733D Japanese Laurel

📋 copy color: '#32733D'

red 50 ◦ green 115 ◦ blue 61

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

Shades of Japanese Laurel #32733D

Tints of Japanese Laurel #32733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 22.12%
G = 50.88%
B = 26.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#32733D (or 0x32733D) is known color: Japanese Laurel. HEX triplet: 32, 73 and 3D. RGB value is (50,115,61). Sum of RGB (Red+Green+Blue) = 50+115+61=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #32733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32733D is #CD8CC2. Grayscale: #595959. Windows color (decimal): -13470915 or 4027186. OLE color: 4027186.

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

Color convert

RGB 50 115 61 -
CMYK 0.57 0 0.47 0.55
HSL 130.15º 0.39% 0.32% -
HSV(B) 130.15º 0.57% 0.45% -
XYZ 8.29 13.28 6.54 -
YUV 89.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 50 115 61 0.57 0 0.47 0.55 130.15 0.39 0.32
Hex 32 73 3D 39 0 2F 37 82 27 20
Octal 62 163 75 71 0 57 67 202 47 40
Binary 110010 1110011 111101 111001 0 101111 110111 10000010 100111 100000

Color Harmonies of #32733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32733D

Black with #32733D

Text Example


Text Example

White with #32733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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