Html Css Color HEX #33785F Genoa

📋 copy color: '#33785F'

red 51 ◦ green 120 ◦ blue 95

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

Shades of Genoa #33785F

Tints of Genoa #33785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.11%

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 19.17%
G = 45.11%
B = 35.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#33785F (or 0x33785F) is known color: Genoa. HEX triplet: 33, 78 and 5F. RGB value is (51,120,95). Sum of RGB (Red+Green+Blue) = 51+120+95=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #33785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33785F is #CC87A0. Grayscale: #606060. Windows color (decimal): -13404065 or 6256691. OLE color: 6256691.

HSL color Cylindrical-coordinate representation of color #33785F: hue angle of 158.26º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33785F is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 120 95 -
CMYK 0.58 0 0.21 0.53
HSL 158.26º 0.4% 0.34% -
HSV(B) 158.26º 0.58% 0.47% -
XYZ 10.15 14.96 13.18 -
YUV 96.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 51 120 95 0.58 0 0.21 0.53 158.26 0.4 0.34
Hex 33 78 5F 3A 0 15 35 9E 28 22
Octal 63 170 137 72 0 25 65 236 50 42
Binary 110011 1111000 1011111 111010 0 10101 110101 10011110 101000 100010

Color Harmonies of #33785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33785F

Black with #33785F

Text Example


Text Example

White with #33785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,120,95); }

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

background-color css

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

 a { background-color: rgb(51,120,95); }

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

border-color css

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

 span { border-color: rgb(51,120,95); }

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