Html Css Color HEX #376F65 Genoa

📋 copy color: '#376F65'

red 55 ◦ green 111 ◦ blue 101

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

Shades of Genoa #376F65

Tints of Genoa #376F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

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

R = 20.6%
G = 41.57%
B = 37.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#376F65 (or 0x376F65) is known color: Genoa. HEX triplet: 37, 6F and 65. RGB value is (55,111,101). Sum of RGB (Red+Green+Blue) = 55+111+101=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #376F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F65 is #C8909A. Grayscale: #5D5D5D. Windows color (decimal): -13144219 or 6647607. OLE color: 6647607.

HSL color Cylindrical-coordinate representation of color #376F65: hue angle of 169.29º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F65 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 101 -
CMYK 0.50 0 0.09 0.56
HSL 169.29º 0.34% 0.33% -
HSV(B) 169.29º 0.5% 0.44% -
XYZ 9.61 13.12 14.34 -
YUV 93.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 55 111 101 0.50 0 0.09 0.56 169.29 0.34 0.33
Hex 37 6F 65 32 0 9 38 A9 22 21
Octal 67 157 145 62 0 11 70 251 42 41
Binary 110111 1101111 1100101 110010 0 1001 111000 10101001 100010 100001

Color Harmonies of #376F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F65

Black with #376F65

Text Example


Text Example

White with #376F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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