Html Css Color HEX #33746F Genoa

📋 copy color: '#33746F'

red 51 ◦ green 116 ◦ blue 111

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

Shades of Genoa #33746F

Tints of Genoa #33746F

RGB

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

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

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

R = 18.35%
G = 41.73%
B = 39.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#33746F (or 0x33746F) is known color: Genoa. HEX triplet: 33, 74 and 6F. RGB value is (51,116,111). Sum of RGB (Red+Green+Blue) = 51+116+111=278 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.35% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #33746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746F is #CC8B90. Grayscale: #5F5F5F. Windows color (decimal): -13405073 or 7304243. OLE color: 7304243.

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

Color convert

RGB 51 116 111 -
CMYK 0.56 0 0.04 0.55
HSL 175.38º 0.39% 0.33% -
HSV(B) 175.38º 0.56% 0.45% -
XYZ 10.48 14.34 17.25 -
YUV 96 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 51 116 111 0.56 0 0.04 0.55 175.38 0.39 0.33
Hex 33 74 6F 38 0 4 37 AF 27 21
Octal 63 164 157 70 0 4 67 257 47 41
Binary 110011 1110100 1101111 111000 0 100 110111 10101111 100111 100001

Color Harmonies of #33746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33746F

Black with #33746F

Text Example


Text Example

White with #33746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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