Html Css Color HEX #378476 Genoa

📋 copy color: '#378476'

red 55 ◦ green 132 ◦ blue 118

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

Shades of Genoa #378476

Tints of Genoa #378476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

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

R = 18.03%
G = 43.28%
B = 38.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#378476 (or 0x378476) is known color: Genoa. HEX triplet: 37, 84 and 76. RGB value is (55,132,118). Sum of RGB (Red+Green+Blue) = 55+132+118=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #378476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378476 is #C87B89. Grayscale: #6B6B6B. Windows color (decimal): -13138826 or 7767095. OLE color: 7767095.

HSL color Cylindrical-coordinate representation of color #378476: hue angle of 169.09º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378476 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 118 -
CMYK 0.58 0 0.11 0.48
HSL 169.09º 0.41% 0.37% -
HSV(B) 169.09º 0.58% 0.52% -
XYZ 13.1 18.62 20.04 -
YUV 107.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 55 132 118 0.58 0 0.11 0.48 169.09 0.41 0.37
Hex 37 84 76 3A 0 B 30 A9 29 25
Octal 67 204 166 72 0 13 60 251 51 45
Binary 110111 10000100 1110110 111010 0 1011 110000 10101001 101001 100101

Color Harmonies of #378476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378476

Black with #378476

Text Example


Text Example

White with #378476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378476; }

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

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

background-color css

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

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

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

border-color css

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

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

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