Html Css Color HEX #377564 Genoa

📋 copy color: '#377564'

red 55 ◦ green 117 ◦ blue 100

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

Shades of Genoa #377564

Tints of Genoa #377564

RGB

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

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

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

R = 20.22%
G = 43.01%
B = 36.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#377564 (or 0x377564) is known color: Genoa. HEX triplet: 37, 75 and 64. RGB value is (55,117,100). Sum of RGB (Red+Green+Blue) = 55+117+100=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #377564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377564 is #C88A9B. Grayscale: #606060. Windows color (decimal): -13142684 or 6583607. OLE color: 6583607.

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

Color convert

RGB 55 117 100 -
CMYK 0.53 0 0.15 0.54
HSL 163.55º 0.36% 0.34% -
HSV(B) 163.55º 0.53% 0.46% -
XYZ 10.24 14.45 14.31 -
YUV 96.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 55 117 100 0.53 0 0.15 0.54 163.55 0.36 0.34
Hex 37 75 64 35 0 F 36 A4 24 22
Octal 67 165 144 65 0 17 66 244 44 42
Binary 110111 1110101 1100100 110101 0 1111 110110 10100100 100100 100010

Color Harmonies of #377564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377564

Black with #377564

Text Example


Text Example

White with #377564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377564; }

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

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

background-color css

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

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

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

border-color css

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

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

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