Html Css Color HEX #336A61 Genoa

📋 copy color: '#336A61'

red 51 ◦ green 106 ◦ blue 97

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

Shades of Genoa #336A61

Tints of Genoa #336A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.73%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 20.08%
G = 41.73%
B = 38.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#336A61 (or 0x336A61) is known color: Genoa. HEX triplet: 33, 6A and 61. RGB value is (51,106,97). Sum of RGB (Red+Green+Blue) = 51+106+97=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 106 - color contains mainly: green. Hex color #336A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A61 is #CC959E. Grayscale: #585858. Windows color (decimal): -13407647 or 6384179. OLE color: 6384179.

HSL color Cylindrical-coordinate representation of color #336A61: hue angle of 170.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #336A61 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 106 97 -
CMYK 0.52 0 0.08 0.58
HSL 170.18º 0.35% 0.31% -
HSV(B) 170.18º 0.52% 0.42% -
XYZ 8.68 11.87 13.14 -
YUV 88.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 51 106 97 0.52 0 0.08 0.58 170.18 0.35 0.31
Hex 33 6A 61 34 0 8 3A AA 23 1F
Octal 63 152 141 64 0 10 72 252 43 37
Binary 110011 1101010 1100001 110100 0 1000 111010 10101010 100011 11111

Color Harmonies of #336A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A61

Black with #336A61

Text Example


Text Example

White with #336A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336A61; }

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

 H1.HeaderClassName
 {
   color: #336A61;
 }
 .AnyTagClassName
 {
   color: #336A61;
 }
</style>

background-color css

<style>
 a { background-color: #336A61; }

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

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

border-color css

<style>
 span { border-color: #336A61; }

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

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