Html Css Color HEX #376F6A Genoa

📋 copy color: '#376F6A'

red 55 ◦ green 111 ◦ blue 106

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

Shades of Genoa #376F6A

Tints of Genoa #376F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.97%

R = 20.22%
G = 40.81%
B = 38.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#376F6A (or 0x376F6A) is known color: Genoa. HEX triplet: 37, 6F and 6A. RGB value is (55,111,106). Sum of RGB (Red+Green+Blue) = 55+111+106=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #376F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F6A is #C89095. Grayscale: #5D5D5D. Windows color (decimal): -13144214 or 6975287. OLE color: 6975287.

HSL color Cylindrical-coordinate representation of color #376F6A: hue angle of 174.64º 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 #376F6A is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 106 -
CMYK 0.50 0 0.05 0.56
HSL 174.64º 0.34% 0.33% -
HSV(B) 174.64º 0.5% 0.44% -
XYZ 9.86 13.22 15.67 -
YUV 93.69 134.95 100.41 -
System Red Green Blue C M Y K H S L
Decimal 55 111 106 0.50 0 0.05 0.56 174.64 0.34 0.33
Hex 37 6F 6A 32 0 5 38 AF 22 21
Octal 67 157 152 62 0 5 70 257 42 41
Binary 110111 1101111 1101010 110010 0 101 111000 10101111 100010 100001

Color Harmonies of #376F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F6A

Black with #376F6A

Text Example


Text Example

White with #376F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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