Html Css Color HEX #337F68 Genoa

📋 copy color: '#337F68'

red 51 ◦ green 127 ◦ blue 104

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

Shades of Genoa #337F68

Tints of Genoa #337F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 18.09%
G = 45.04%
B = 36.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#337F68 (or 0x337F68) is known color: Genoa. HEX triplet: 33, 7F and 68. RGB value is (51,127,104). Sum of RGB (Red+Green+Blue) = 51+127+104=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #337F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F68 is #CC8097. Grayscale: #656565. Windows color (decimal): -13402264 or 6848307. OLE color: 6848307.

HSL color Cylindrical-coordinate representation of color #337F68: hue angle of 161.84º 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 #337F68 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 104 -
CMYK 0.60 0 0.18 0.50
HSL 161.84º 0.43% 0.35% -
HSV(B) 161.84º 0.6% 0.5% -
XYZ 11.45 16.88 15.75 -
YUV 101.65 129.32 91.87 -
System Red Green Blue C M Y K H S L
Decimal 51 127 104 0.60 0 0.18 0.50 161.84 0.43 0.35
Hex 33 7F 68 3C 0 12 32 A2 2B 23
Octal 63 177 150 74 0 22 62 242 53 43
Binary 110011 1111111 1101000 111100 0 10010 110010 10100010 101011 100011

Color Harmonies of #337F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F68

Black with #337F68

Text Example


Text Example

White with #337F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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