Html Css Color HEX #33716F Genoa

📋 copy color: '#33716F'

red 51 ◦ green 113 ◦ blue 111

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

Shades of Genoa #33716F

Tints of Genoa #33716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.09%

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

R = 18.55%
G = 41.09%
B = 40.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#33716F (or 0x33716F) is known color: Genoa. HEX triplet: 33, 71 and 6F. RGB value is (51,113,111). Sum of RGB (Red+Green+Blue) = 51+113+111=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #33716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33716F is #CC8E90. Grayscale: #5E5E5E. Windows color (decimal): -13405841 or 7303475. OLE color: 7303475.

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

Color convert

RGB 51 113 111 -
CMYK 0.55 0 0.02 0.56
HSL 178.06º 0.38% 0.32% -
HSV(B) 178.06º 0.55% 0.44% -
XYZ 10.14 13.66 17.14 -
YUV 94.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 51 113 111 0.55 0 0.02 0.56 178.06 0.38 0.32
Hex 33 71 6F 37 0 2 38 B2 26 20
Octal 63 161 157 67 0 2 70 262 46 40
Binary 110011 1110001 1101111 110111 0 10 111000 10110010 100110 100000

Color Harmonies of #33716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33716F

Black with #33716F

Text Example


Text Example

White with #33716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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