Html Css Color HEX #337560 Genoa

📋 copy color: '#337560'

red 51 ◦ green 117 ◦ blue 96

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

Shades of Genoa #337560

Tints of Genoa #337560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

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

R = 19.32%
G = 44.32%
B = 36.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#337560 (or 0x337560) is known color: Genoa. HEX triplet: 33, 75 and 60. RGB value is (51,117,96). Sum of RGB (Red+Green+Blue) = 51+117+96=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #337560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337560 is #CC8A9F. Grayscale: #5E5E5E. Windows color (decimal): -13404832 or 6321459. OLE color: 6321459.

HSL color Cylindrical-coordinate representation of color #337560: hue angle of 160.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337560 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 96 -
CMYK 0.56 0 0.18 0.54
HSL 160.91º 0.39% 0.33% -
HSV(B) 160.91º 0.56% 0.46% -
XYZ 9.84 14.27 13.3 -
YUV 94.87 128.63 96.71 -
System Red Green Blue C M Y K H S L
Decimal 51 117 96 0.56 0 0.18 0.54 160.91 0.39 0.33
Hex 33 75 60 38 0 12 36 A1 27 21
Octal 63 165 140 70 0 22 66 241 47 41
Binary 110011 1110101 1100000 111000 0 10010 110110 10100001 100111 100001

Color Harmonies of #337560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337560

Black with #337560

Text Example


Text Example

White with #337560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337560; }

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

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

background-color css

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

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

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

border-color css

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

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

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