Html Css Color HEX #377260 Genoa

📋 copy color: '#377260'

red 55 ◦ green 114 ◦ blue 96

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

Shades of Genoa #377260

Tints of Genoa #377260

RGB

 RED value IS 55 (21.88% from 255) = 20.75%

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

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

R = 20.75%
G = 43.02%
B = 36.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#377260 (or 0x377260) is known color: Genoa. HEX triplet: 37, 72 and 60. RGB value is (55,114,96). Sum of RGB (Red+Green+Blue) = 55+114+96=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #377260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377260 is #C88D9F. Grayscale: #5E5E5E. Windows color (decimal): -13143456 or 6320695. OLE color: 6320695.

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

Color convert

RGB 55 114 96 -
CMYK 0.52 0 0.16 0.55
HSL 161.69º 0.35% 0.33% -
HSV(B) 161.69º 0.52% 0.45% -
XYZ 9.7 13.69 13.2 -
YUV 94.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 55 114 96 0.52 0 0.16 0.55 161.69 0.35 0.33
Hex 37 72 60 34 0 10 37 A2 23 21
Octal 67 162 140 64 0 20 67 242 43 41
Binary 110111 1110010 1100000 110100 0 10000 110111 10100010 100011 100001

Color Harmonies of #377260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377260

Black with #377260

Text Example


Text Example

White with #377260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377260; }

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

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

background-color css

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

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

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

border-color css

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

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

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