Html Css Color HEX #33776D Genoa

📋 copy color: '#33776D'

red 51 ◦ green 119 ◦ blue 109

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

Shades of Genoa #33776D

Tints of Genoa #33776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.65%

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

R = 18.28%
G = 42.65%
B = 39.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#33776D (or 0x33776D) is known color: Genoa. HEX triplet: 33, 77 and 6D. RGB value is (51,119,109). Sum of RGB (Red+Green+Blue) = 51+119+109=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #33776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33776D is #CC8892. Grayscale: #616161. Windows color (decimal): -13404307 or 7173939. OLE color: 7173939.

HSL color Cylindrical-coordinate representation of color #33776D: hue angle of 171.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33776D is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 109 -
CMYK 0.57 0 0.08 0.53
HSL 171.18º 0.4% 0.33% -
HSV(B) 171.18º 0.57% 0.47% -
XYZ 10.72 15 16.8 -
YUV 97.53 134.47 94.81 -
System Red Green Blue C M Y K H S L
Decimal 51 119 109 0.57 0 0.08 0.53 171.18 0.4 0.33
Hex 33 77 6D 39 0 8 35 AB 28 21
Octal 63 167 155 71 0 10 65 253 50 41
Binary 110011 1110111 1101101 111001 0 1000 110101 10101011 101000 100001

Color Harmonies of #33776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33776D

Black with #33776D

Text Example


Text Example

White with #33776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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