Html Css Color HEX #33746A Genoa

📋 copy color: '#33746A'

red 51 ◦ green 116 ◦ blue 106

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

Shades of Genoa #33746A

Tints of Genoa #33746A

RGB

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

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

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

R = 18.68%
G = 42.49%
B = 38.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#33746A (or 0x33746A) is known color: Genoa. HEX triplet: 33, 74 and 6A. RGB value is (51,116,106). Sum of RGB (Red+Green+Blue) = 51+116+106=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #33746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33746A is #CC8B95. Grayscale: #5F5F5F. Windows color (decimal): -13405078 or 6976563. OLE color: 6976563.

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

Color convert

RGB 51 116 106 -
CMYK 0.56 0 0.09 0.55
HSL 170.77º 0.39% 0.33% -
HSV(B) 170.77º 0.56% 0.45% -
XYZ 10.21 14.24 15.85 -
YUV 95.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 51 116 106 0.56 0 0.09 0.55 170.77 0.39 0.33
Hex 33 74 6A 38 0 9 37 AB 27 21
Octal 63 164 152 70 0 11 67 253 47 41
Binary 110011 1110100 1101010 111000 0 1001 110111 10101011 100111 100001

Color Harmonies of #33746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33746A

Black with #33746A

Text Example


Text Example

White with #33746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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