Html Css Color HEX #337F69 Genoa

📋 copy color: '#337F69'

red 51 ◦ green 127 ◦ blue 105

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

Shades of Genoa #337F69

Tints of Genoa #337F69

RGB

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

 GREEN value IS 127 (50% from 255) = 44.88%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 18.02%
G = 44.88%
B = 37.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#337F69 (or 0x337F69) is known color: Genoa. HEX triplet: 33, 7F and 69. RGB value is (51,127,105). Sum of RGB (Red+Green+Blue) = 51+127+105=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #337F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F69 is #CC8096. Grayscale: #656565. Windows color (decimal): -13402263 or 6913843. OLE color: 6913843.

HSL color Cylindrical-coordinate representation of color #337F69: hue angle of 162.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F69 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 105 -
CMYK 0.60 0 0.17 0.50
HSL 162.63º 0.43% 0.35% -
HSV(B) 162.63º 0.6% 0.5% -
XYZ 11.5 16.9 16.02 -
YUV 101.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 51 127 105 0.60 0 0.17 0.50 162.63 0.43 0.35
Hex 33 7F 69 3C 0 11 32 A3 2B 23
Octal 63 177 151 74 0 21 62 243 53 43
Binary 110011 1111111 1101001 111100 0 10001 110010 10100011 101011 100011

Color Harmonies of #337F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F69

Black with #337F69

Text Example


Text Example

White with #337F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,105); }

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

background-color css

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

 a { background-color: rgb(51,127,105); }

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

border-color css

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

 span { border-color: rgb(51,127,105); }

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