Html Css Color HEX #33746E Genoa

📋 copy color: '#33746E'

red 51 ◦ green 116 ◦ blue 110

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

Shades of Genoa #33746E

Tints of Genoa #33746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 18.41%
G = 41.88%
B = 39.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#33746E (or 0x33746E) is known color: Genoa. HEX triplet: 33, 74 and 6E. RGB value is (51,116,110). Sum of RGB (Red+Green+Blue) = 51+116+110=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #33746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746E is #CC8B91. Grayscale: #5F5F5F. Windows color (decimal): -13405074 or 7238707. OLE color: 7238707.

HSL color Cylindrical-coordinate representation of color #33746E: hue angle of 174.46º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33746E is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 110 -
CMYK 0.56 0 0.05 0.55
HSL 174.46º 0.39% 0.33% -
HSV(B) 174.46º 0.56% 0.45% -
XYZ 10.43 14.32 16.97 -
YUV 95.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 51 116 110 0.56 0 0.05 0.55 174.46 0.39 0.33
Hex 33 74 6E 38 0 5 37 AE 27 21
Octal 63 164 156 70 0 5 67 256 47 41
Binary 110011 1110100 1101110 111000 0 101 110111 10101110 100111 100001

Color Harmonies of #33746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33746E

Black with #33746E

Text Example


Text Example

White with #33746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33746E; }

 p { color: rgb(51,116,110); }

 H1.HeaderClassName
 {
   color: #33746E;
 }
 .AnyTagClassName
 {
   color: #33746E;
 }
</style>

background-color css

<style>
 a { background-color: #33746E; }

 a { background-color: rgb(51,116,110); }

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

border-color css

<style>
 span { border-color: #33746E; }

 span { border-color: rgb(51,116,110); }

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