Html Css Color HEX #33716A Genoa

📋 copy color: '#33716A'

red 51 ◦ green 113 ◦ blue 106

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

Shades of Genoa #33716A

Tints of Genoa #33716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 18.89%
G = 41.85%
B = 39.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#33716A (or 0x33716A) is known color: Genoa. HEX triplet: 33, 71 and 6A. RGB value is (51,113,106). Sum of RGB (Red+Green+Blue) = 51+113+106=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #33716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33716A is #CC8E95. Grayscale: #5D5D5D. Windows color (decimal): -13405846 or 6975795. OLE color: 6975795.

HSL color Cylindrical-coordinate representation of color #33716A: hue angle of 173.23º 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 #33716A is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 106 -
CMYK 0.55 0 0.06 0.56
HSL 173.23º 0.38% 0.32% -
HSV(B) 173.23º 0.55% 0.44% -
XYZ 9.87 13.55 15.73 -
YUV 93.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 51 113 106 0.55 0 0.06 0.56 173.23 0.38 0.32
Hex 33 71 6A 37 0 6 38 AD 26 20
Octal 63 161 152 67 0 6 70 255 46 40
Binary 110011 1110001 1101010 110111 0 110 111000 10101101 100110 100000

Color Harmonies of #33716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33716A

Black with #33716A

Text Example


Text Example

White with #33716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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