Html Css Color HEX #33706F Genoa

📋 copy color: '#33706F'

red 51 ◦ green 112 ◦ blue 111

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

Shades of Genoa #33706F

Tints of Genoa #33706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 18.61%
G = 40.88%
B = 40.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#33706F (or 0x33706F) is known color: Genoa. HEX triplet: 33, 70 and 6F. RGB value is (51,112,111). Sum of RGB (Red+Green+Blue) = 51+112+111=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #33706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33706F is #CC8F90. Grayscale: #5D5D5D. Windows color (decimal): -13406097 or 7303219. OLE color: 7303219.

HSL color Cylindrical-coordinate representation of color #33706F: hue angle of 179.02º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33706F is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 112 111 -
CMYK 0.54 0 0.01 0.56
HSL 179.02º 0.37% 0.32% -
HSV(B) 179.02º 0.54% 0.44% -
XYZ 10.03 13.44 17.1 -
YUV 93.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 51 112 111 0.54 0 0.01 0.56 179.02 0.37 0.32
Hex 33 70 6F 36 0 1 38 B3 25 20
Octal 63 160 157 66 0 1 70 263 45 40
Binary 110011 1110000 1101111 110110 0 1 111000 10110011 100101 100000

Color Harmonies of #33706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33706F

Black with #33706F

Text Example


Text Example

White with #33706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,112,111); }

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

background-color css

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

 a { background-color: rgb(51,112,111); }

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

border-color css

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

 span { border-color: rgb(51,112,111); }

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