Html Css Color HEX #33746C Genoa

📋 copy color: '#33746C'

red 51 ◦ green 116 ◦ blue 108

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

Shades of Genoa #33746C

Tints of Genoa #33746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 18.55%
G = 42.18%
B = 39.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#33746C (or 0x33746C) is known color: Genoa. HEX triplet: 33, 74 and 6C. RGB value is (51,116,108). Sum of RGB (Red+Green+Blue) = 51+116+108=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #33746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746C is #CC8B93. Grayscale: #5F5F5F. Windows color (decimal): -13405076 or 7107635. OLE color: 7107635.

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

Color convert

RGB 51 116 108 -
CMYK 0.56 0 0.07 0.55
HSL 172.62º 0.39% 0.33% -
HSV(B) 172.62º 0.56% 0.45% -
XYZ 10.32 14.28 16.4 -
YUV 95.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 51 116 108 0.56 0 0.07 0.55 172.62 0.39 0.33
Hex 33 74 6C 38 0 7 37 AD 27 21
Octal 63 164 154 70 0 7 67 255 47 41
Binary 110011 1110100 1101100 111000 0 111 110111 10101101 100111 100001

Color Harmonies of #33746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33746C

Black with #33746C

Text Example


Text Example

White with #33746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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