Html Css Color HEX #337261 Genoa

📋 copy color: '#337261'

red 51 ◦ green 114 ◦ blue 97

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

Shades of Genoa #337261

Tints of Genoa #337261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 19.47%
G = 43.51%
B = 37.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#337261 (or 0x337261) is known color: Genoa. HEX triplet: 33, 72 and 61. RGB value is (51,114,97). Sum of RGB (Red+Green+Blue) = 51+114+97=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #337261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337261 is #CC8D9E. Grayscale: #5D5D5D. Windows color (decimal): -13405599 or 6386227. OLE color: 6386227.

HSL color Cylindrical-coordinate representation of color #337261: hue angle of 163.81º 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 #337261 is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 97 -
CMYK 0.55 0 0.15 0.55
HSL 163.81º 0.38% 0.32% -
HSV(B) 163.81º 0.55% 0.45% -
XYZ 9.54 13.6 13.43 -
YUV 93.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 51 114 97 0.55 0 0.15 0.55 163.81 0.38 0.32
Hex 33 72 61 37 0 F 37 A4 26 20
Octal 63 162 141 67 0 17 67 244 46 40
Binary 110011 1110010 1100001 110111 0 1111 110111 10100100 100110 100000

Color Harmonies of #337261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337261

Black with #337261

Text Example


Text Example

White with #337261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337261; }

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

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

background-color css

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

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

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

border-color css

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

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

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