Html Css Color HEX #377565 Genoa

📋 copy color: '#377565'

red 55 ◦ green 117 ◦ blue 101

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

Shades of Genoa #377565

Tints of Genoa #377565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37%

R = 20.15%
G = 42.86%
B = 37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#377565 (or 0x377565) is known color: Genoa. HEX triplet: 37, 75 and 65. RGB value is (55,117,101). Sum of RGB (Red+Green+Blue) = 55+117+101=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #377565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377565 is #C88A9A. Grayscale: #606060. Windows color (decimal): -13142683 or 6649143. OLE color: 6649143.

HSL color Cylindrical-coordinate representation of color #377565: hue angle of 164.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377565 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 101 -
CMYK 0.53 0 0.14 0.54
HSL 164.52º 0.36% 0.34% -
HSV(B) 164.52º 0.53% 0.46% -
XYZ 10.29 14.47 14.56 -
YUV 96.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 55 117 101 0.53 0 0.14 0.54 164.52 0.36 0.34
Hex 37 75 65 35 0 E 36 A5 24 22
Octal 67 165 145 65 0 16 66 245 44 42
Binary 110111 1110101 1100101 110101 0 1110 110110 10100101 100100 100010

Color Harmonies of #377565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377565

Black with #377565

Text Example


Text Example

White with #377565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377565; }

 p { color: rgb(55,117,101); }

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

background-color css

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

 a { background-color: rgb(55,117,101); }

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

border-color css

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

 span { border-color: rgb(55,117,101); }

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