Html Css Color HEX #33746D Genoa

📋 copy color: '#33746D'

red 51 ◦ green 116 ◦ blue 109

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

Shades of Genoa #33746D

Tints of Genoa #33746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 18.48%
G = 42.03%
B = 39.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#33746D (or 0x33746D) is known color: Genoa. HEX triplet: 33, 74 and 6D. RGB value is (51,116,109). Sum of RGB (Red+Green+Blue) = 51+116+109=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #33746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746D is #CC8B92. Grayscale: #5F5F5F. Windows color (decimal): -13405075 or 7173171. OLE color: 7173171.

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

Color convert

RGB 51 116 109 -
CMYK 0.56 0 0.06 0.55
HSL 173.54º 0.39% 0.33% -
HSV(B) 173.54º 0.56% 0.45% -
XYZ 10.37 14.3 16.68 -
YUV 95.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 51 116 109 0.56 0 0.06 0.55 173.54 0.39 0.33
Hex 33 74 6D 38 0 6 37 AE 27 21
Octal 63 164 155 70 0 6 67 256 47 41
Binary 110011 1110100 1101101 111000 0 110 110111 10101110 100111 100001

Color Harmonies of #33746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33746D

Black with #33746D

Text Example


Text Example

White with #33746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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