Html Css Color HEX #376C69 Genoa

📋 copy color: '#376C69'

red 55 ◦ green 108 ◦ blue 105

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

Shades of Genoa #376C69

Tints of Genoa #376C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.3%

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

R = 20.52%
G = 40.3%
B = 39.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#376C69 (or 0x376C69) is known color: Genoa. HEX triplet: 37, 6C and 69. RGB value is (55,108,105). Sum of RGB (Red+Green+Blue) = 55+108+105=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 108 - color contains mainly: green. Hex color #376C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C69 is #C89396. Grayscale: #5B5B5B. Windows color (decimal): -13144983 or 6908983. OLE color: 6908983.

HSL color Cylindrical-coordinate representation of color #376C69: hue angle of 176.6º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376C69 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 108 105 -
CMYK 0.49 0 0.03 0.58
HSL 176.6º 0.33% 0.32% -
HSV(B) 176.6º 0.49% 0.42% -
XYZ 9.49 12.56 15.29 -
YUV 91.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 55 108 105 0.49 0 0.03 0.58 176.6 0.33 0.32
Hex 37 6C 69 31 0 3 3A B1 21 20
Octal 67 154 151 61 0 3 72 261 41 40
Binary 110111 1101100 1101001 110001 0 11 111010 10110001 100001 100000

Color Harmonies of #376C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C69

Black with #376C69

Text Example


Text Example

White with #376C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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