Html Css Color HEX #376763 Genoa

📋 copy color: '#376763'

red 55 ◦ green 103 ◦ blue 99

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

Shades of Genoa #376763

Tints of Genoa #376763

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 21.4%
G = 40.08%
B = 38.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#376763 (or 0x376763) is known color: Genoa. HEX triplet: 37, 67 and 63. RGB value is (55,103,99). Sum of RGB (Red+Green+Blue) = 55+103+99=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #376763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376763 is #C8989C. Grayscale: #585858. Windows color (decimal): -13146269 or 6514487. OLE color: 6514487.

HSL color Cylindrical-coordinate representation of color #376763: hue angle of 175º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376763 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 103 99 -
CMYK 0.47 0 0.04 0.60
HSL 175º 0.3% 0.31% -
HSV(B) 175º 0.47% 0.4% -
XYZ 8.68 11.41 13.55 -
YUV 88.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 55 103 99 0.47 0 0.04 0.60 175 0.3 0.31
Hex 37 67 63 2F 0 4 3C AF 1E 1F
Octal 67 147 143 57 0 4 74 257 36 37
Binary 110111 1100111 1100011 101111 0 100 111100 10101111 11110 11111

Color Harmonies of #376763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376763

Black with #376763

Text Example


Text Example

White with #376763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376763; }

 p { color: rgb(55,103,99); }

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

background-color css

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

 a { background-color: rgb(55,103,99); }

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

border-color css

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

 span { border-color: rgb(55,103,99); }

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