Html Css Color HEX #378176 Genoa

📋 copy color: '#378176'

red 55 ◦ green 129 ◦ blue 118

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

Shades of Genoa #378176

Tints of Genoa #378176

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.72%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 18.21%
G = 42.72%
B = 39.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#378176 (or 0x378176) is known color: Genoa. HEX triplet: 37, 81 and 76. RGB value is (55,129,118). Sum of RGB (Red+Green+Blue) = 55+129+118=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #378176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378176 is #C87E89. Grayscale: #696969. Windows color (decimal): -13139594 or 7766327. OLE color: 7766327.

HSL color Cylindrical-coordinate representation of color #378176: hue angle of 171.08º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378176 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 118 -
CMYK 0.57 0 0.09 0.49
HSL 171.08º 0.4% 0.36% -
HSV(B) 171.08º 0.57% 0.51% -
XYZ 12.7 17.82 19.91 -
YUV 105.62 134.98 91.89 -
System Red Green Blue C M Y K H S L
Decimal 55 129 118 0.57 0 0.09 0.49 171.08 0.4 0.36
Hex 37 81 76 39 0 9 31 AB 28 24
Octal 67 201 166 71 0 11 61 253 50 44
Binary 110111 10000001 1110110 111001 0 1001 110001 10101011 101000 100100

Color Harmonies of #378176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378176

Black with #378176

Text Example


Text Example

White with #378176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378176; }

 p { color: rgb(55,129,118); }

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

background-color css

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

 a { background-color: rgb(55,129,118); }

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

border-color css

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

 span { border-color: rgb(55,129,118); }

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