Html Css Color HEX #377364 Genoa

📋 copy color: '#377364'

red 55 ◦ green 115 ◦ blue 100

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

Shades of Genoa #377364

Tints of Genoa #377364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 20.37%
G = 42.59%
B = 37.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#377364 (or 0x377364) is known color: Genoa. HEX triplet: 37, 73 and 64. RGB value is (55,115,100). Sum of RGB (Red+Green+Blue) = 55+115+100=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #377364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377364 is #C88C9B. Grayscale: #5F5F5F. Windows color (decimal): -13143196 or 6583095. OLE color: 6583095.

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

Color convert

RGB 55 115 100 -
CMYK 0.52 0 0.13 0.55
HSL 165º 0.35% 0.33% -
HSV(B) 165º 0.52% 0.45% -
XYZ 10.01 13.99 14.23 -
YUV 95.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 55 115 100 0.52 0 0.13 0.55 165 0.35 0.33
Hex 37 73 64 34 0 D 37 A5 23 21
Octal 67 163 144 64 0 15 67 245 43 41
Binary 110111 1110011 1100100 110100 0 1101 110111 10100101 100011 100001

Color Harmonies of #377364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377364

Black with #377364

Text Example


Text Example

White with #377364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377364; }

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

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

background-color css

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

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

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

border-color css

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

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

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