Html Css Color HEX #337260 Genoa

📋 copy color: '#337260'

red 51 ◦ green 114 ◦ blue 96

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

Shades of Genoa #337260

Tints of Genoa #337260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 19.54%
G = 43.68%
B = 36.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#337260 (or 0x337260) is known color: Genoa. HEX triplet: 33, 72 and 60. RGB value is (51,114,96). Sum of RGB (Red+Green+Blue) = 51+114+96=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #337260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337260 is #CC8D9F. Grayscale: #5D5D5D. Windows color (decimal): -13405600 or 6320691. OLE color: 6320691.

HSL color Cylindrical-coordinate representation of color #337260: hue angle of 162.86º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337260 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 96 -
CMYK 0.55 0 0.16 0.55
HSL 162.86º 0.38% 0.32% -
HSV(B) 162.86º 0.55% 0.45% -
XYZ 9.49 13.58 13.19 -
YUV 93.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 51 114 96 0.55 0 0.16 0.55 162.86 0.38 0.32
Hex 33 72 60 37 0 10 37 A3 26 20
Octal 63 162 140 67 0 20 67 243 46 40
Binary 110011 1110010 1100000 110111 0 10000 110111 10100011 100110 100000

Color Harmonies of #337260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337260

Black with #337260

Text Example


Text Example

White with #337260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337260; }

 p { color: rgb(51,114,96); }

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

background-color css

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

 a { background-color: rgb(51,114,96); }

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

border-color css

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

 span { border-color: rgb(51,114,96); }

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