Html Css Color HEX #377768 Genoa

📋 copy color: '#377768'

red 55 ◦ green 119 ◦ blue 104

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

Shades of Genoa #377768

Tints of Genoa #377768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.81%

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 19.78%
G = 42.81%
B = 37.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#377768 (or 0x377768) is known color: Genoa. HEX triplet: 37, 77 and 68. RGB value is (55,119,104). Sum of RGB (Red+Green+Blue) = 55+119+104=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #377768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377768 is #C88897. Grayscale: #626262. Windows color (decimal): -13142168 or 6846263. OLE color: 6846263.

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

Color convert

RGB 55 119 104 -
CMYK 0.54 0 0.13 0.53
HSL 165.94º 0.37% 0.34% -
HSV(B) 165.94º 0.54% 0.47% -
XYZ 10.67 15.01 15.43 -
YUV 98.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 55 119 104 0.54 0 0.13 0.53 165.94 0.37 0.34
Hex 37 77 68 36 0 D 35 A6 25 22
Octal 67 167 150 66 0 15 65 246 45 42
Binary 110111 1110111 1101000 110110 0 1101 110101 10100110 100101 100010

Color Harmonies of #377768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377768

Black with #377768

Text Example


Text Example

White with #377768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377768; }

 p { color: rgb(55,119,104); }

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

background-color css

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

 a { background-color: rgb(55,119,104); }

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

border-color css

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

 span { border-color: rgb(55,119,104); }

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