Html Css Color HEX #377361 Genoa

📋 copy color: '#377361'

red 55 ◦ green 115 ◦ blue 97

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

Shades of Genoa #377361

Tints of Genoa #377361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

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

R = 20.6%
G = 43.07%
B = 36.33%

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

#377361 (or 0x377361) is known color: Genoa. HEX triplet: 37, 73 and 61. RGB value is (55,115,97). Sum of RGB (Red+Green+Blue) = 55+115+97=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #377361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377361 is #C88C9E. Grayscale: #5F5F5F. Windows color (decimal): -13143199 or 6386487. OLE color: 6386487.

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

Color convert

RGB 55 115 97 -
CMYK 0.52 0 0.16 0.55
HSL 162º 0.35% 0.33% -
HSV(B) 162º 0.52% 0.45% -
XYZ 9.86 13.94 13.48 -
YUV 95.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 55 115 97 0.52 0 0.16 0.55 162 0.35 0.33
Hex 37 73 61 34 0 10 37 A2 23 21
Octal 67 163 141 64 0 20 67 242 43 41
Binary 110111 1110011 1100001 110100 0 10000 110111 10100010 100011 100001

Color Harmonies of #377361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377361

Black with #377361

Text Example


Text Example

White with #377361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377361; }

 p { color: rgb(55,115,97); }

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

background-color css

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

 a { background-color: rgb(55,115,97); }

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

border-color css

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

 span { border-color: rgb(55,115,97); }

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