Html Css Color HEX #377469 Genoa

📋 copy color: '#377469'

red 55 ◦ green 116 ◦ blue 105

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

Shades of Genoa #377469

Tints of Genoa #377469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 19.93%
G = 42.03%
B = 38.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#377469 (or 0x377469) is known color: Genoa. HEX triplet: 37, 74 and 69. RGB value is (55,116,105). Sum of RGB (Red+Green+Blue) = 55+116+105=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #377469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377469 is #C88B96. Grayscale: #606060. Windows color (decimal): -13142935 or 6911031. OLE color: 6911031.

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

Color convert

RGB 55 116 105 -
CMYK 0.53 0 0.09 0.55
HSL 169.18º 0.36% 0.34% -
HSV(B) 169.18º 0.53% 0.45% -
XYZ 10.37 14.32 15.58 -
YUV 96.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 55 116 105 0.53 0 0.09 0.55 169.18 0.36 0.34
Hex 37 74 69 35 0 9 37 A9 24 22
Octal 67 164 151 65 0 11 67 251 44 42
Binary 110111 1110100 1101001 110101 0 1001 110111 10101001 100100 100010

Color Harmonies of #377469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377469

Black with #377469

Text Example


Text Example

White with #377469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377469; }

 p { color: rgb(55,116,105); }

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

background-color css

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

 a { background-color: rgb(55,116,105); }

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

border-color css

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

 span { border-color: rgb(55,116,105); }

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