Html Css Color HEX #32773E Japanese Laurel

📋 copy color: '#32773E'

red 50 ◦ green 119 ◦ blue 62

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

Shades of Japanese Laurel #32773E

Tints of Japanese Laurel #32773E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.52%

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 21.65%
G = 51.52%
B = 26.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#32773E (or 0x32773E) is known color: Japanese Laurel. HEX triplet: 32, 77 and 3E. RGB value is (50,119,62). Sum of RGB (Red+Green+Blue) = 50+119+62=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #32773E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32773E is #CD88C1. Grayscale: #5C5C5C. Windows color (decimal): -13469890 or 4093746. OLE color: 4093746.

HSL color Cylindrical-coordinate representation of color #32773E: hue angle of 130.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32773E is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 119 62 -
CMYK 0.58 0 0.48 0.53
HSL 130.43º 0.41% 0.33% -
HSV(B) 130.43º 0.58% 0.47% -
XYZ 8.78 14.22 6.84 -
YUV 91.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 50 119 62 0.58 0 0.48 0.53 130.43 0.41 0.33
Hex 32 77 3E 3A 0 30 35 82 29 21
Octal 62 167 76 72 0 60 65 202 51 41
Binary 110010 1110111 111110 111010 0 110000 110101 10000010 101001 100001

Color Harmonies of #32773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32773E

Black with #32773E

Text Example


Text Example

White with #32773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32773E; }

 p { color: rgb(50,119,62); }

 H1.HeaderClassName
 {
   color: #32773E;
 }
 .AnyTagClassName
 {
   color: #32773E;
 }
</style>

background-color css

<style>
 a { background-color: #32773E; }

 a { background-color: rgb(50,119,62); }

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

border-color css

<style>
 span { border-color: #32773E; }

 span { border-color: rgb(50,119,62); }

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