Html Css Color HEX #337A6B Genoa

📋 copy color: '#337A6B'

red 51 ◦ green 122 ◦ blue 107

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

Shades of Genoa #337A6B

Tints of Genoa #337A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 18.21%
G = 43.57%
B = 38.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#337A6B (or 0x337A6B) is known color: Genoa. HEX triplet: 33, 7A and 6B. RGB value is (51,122,107). Sum of RGB (Red+Green+Blue) = 51+122+107=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #337A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A6B is #CC8594. Grayscale: #636363. Windows color (decimal): -13403541 or 7043635. OLE color: 7043635.

HSL color Cylindrical-coordinate representation of color #337A6B: hue angle of 167.32º 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 #337A6B is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 107 -
CMYK 0.58 0 0.12 0.52
HSL 167.32º 0.41% 0.34% -
HSV(B) 167.32º 0.58% 0.48% -
XYZ 10.98 15.68 16.36 -
YUV 99.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 51 122 107 0.58 0 0.12 0.52 167.32 0.41 0.34
Hex 33 7A 6B 3A 0 C 34 A7 29 22
Octal 63 172 153 72 0 14 64 247 51 42
Binary 110011 1111010 1101011 111010 0 1100 110100 10100111 101001 100010

Color Harmonies of #337A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A6B

Black with #337A6B

Text Example


Text Example

White with #337A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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