Html Css Color HEX #337A6C Genoa

📋 copy color: '#337A6C'

red 51 ◦ green 122 ◦ blue 108

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

Shades of Genoa #337A6C

Tints of Genoa #337A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.42%

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

R = 18.15%
G = 43.42%
B = 38.43%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#337A6C (or 0x337A6C) is known color: Genoa. HEX triplet: 33, 7A and 6C. RGB value is (51,122,108). Sum of RGB (Red+Green+Blue) = 51+122+108=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #337A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A6C is #CC8593. Grayscale: #636363. Windows color (decimal): -13403540 or 7109171. OLE color: 7109171.

HSL color Cylindrical-coordinate representation of color #337A6C: hue angle of 168.17º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A6C is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 108 -
CMYK 0.58 0 0.11 0.52
HSL 168.17º 0.41% 0.34% -
HSV(B) 168.17º 0.58% 0.48% -
XYZ 11.03 15.71 16.64 -
YUV 99.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 51 122 108 0.58 0 0.11 0.52 168.17 0.41 0.34
Hex 33 7A 6C 3A 0 B 34 A8 29 22
Octal 63 172 154 72 0 13 64 250 51 42
Binary 110011 1111010 1101100 111010 0 1011 110100 10101000 101001 100010

Color Harmonies of #337A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A6C

Black with #337A6C

Text Example


Text Example

White with #337A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337A6C; }

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

 H1.HeaderClassName
 {
   color: #337A6C;
 }
 .AnyTagClassName
 {
   color: #337A6C;
 }
</style>

background-color css

<style>
 a { background-color: #337A6C; }

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

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

border-color css

<style>
 span { border-color: #337A6C; }

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

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