Html Css Color HEX #33773C Japanese Laurel

📋 copy color: '#33773C'

red 51 ◦ green 119 ◦ blue 60

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

Shades of Japanese Laurel #33773C

Tints of Japanese Laurel #33773C

RGB

 RED value IS 51 (20.31% from 255) = 22.17%

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

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

R = 22.17%
G = 51.74%
B = 26.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#33773C (or 0x33773C) is known color: Japanese Laurel. HEX triplet: 33, 77 and 3C. RGB value is (51,119,60). Sum of RGB (Red+Green+Blue) = 51+119+60=230 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.17% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #33773C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33773C is #CC88C3. Grayscale: #5C5C5C. Windows color (decimal): -13404356 or 3962675. OLE color: 3962675.

HSL color Cylindrical-coordinate representation of color #33773C: hue angle of 127.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33773C is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 60 -
CMYK 0.57 0 0.50 0.53
HSL 127.94º 0.4% 0.33% -
HSV(B) 127.94º 0.57% 0.47% -
XYZ 8.78 14.22 6.56 -
YUV 91.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 51 119 60 0.57 0 0.50 0.53 127.94 0.4 0.33
Hex 33 77 3C 39 0 32 35 80 28 21
Octal 63 167 74 71 0 62 65 200 50 41
Binary 110011 1110111 111100 111001 0 110010 110101 10000000 101000 100001

Color Harmonies of #33773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33773C

Black with #33773C

Text Example


Text Example

White with #33773C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,119,60); }

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

background-color css

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

 a { background-color: rgb(51,119,60); }

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

border-color css

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

 span { border-color: rgb(51,119,60); }

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