Html Css Color HEX #378376 Genoa

📋 copy color: '#378376'

red 55 ◦ green 131 ◦ blue 118

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

Shades of Genoa #378376

Tints of Genoa #378376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

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

R = 18.09%
G = 43.09%
B = 38.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#378376 (or 0x378376) is known color: Genoa. HEX triplet: 37, 83 and 76. RGB value is (55,131,118). Sum of RGB (Red+Green+Blue) = 55+131+118=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #378376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378376 is #C87C89. Grayscale: #6A6A6A. Windows color (decimal): -13139082 or 7766839. OLE color: 7766839.

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

Color convert

RGB 55 131 118 -
CMYK 0.58 0 0.10 0.49
HSL 169.74º 0.41% 0.36% -
HSV(B) 169.74º 0.58% 0.51% -
XYZ 12.96 18.35 20 -
YUV 106.79 134.32 91.06 -
System Red Green Blue C M Y K H S L
Decimal 55 131 118 0.58 0 0.10 0.49 169.74 0.41 0.36
Hex 37 83 76 3A 0 A 31 AA 29 24
Octal 67 203 166 72 0 12 61 252 51 44
Binary 110111 10000011 1110110 111010 0 1010 110001 10101010 101001 100100

Color Harmonies of #378376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378376

Black with #378376

Text Example


Text Example

White with #378376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378376; }

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

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

background-color css

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

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

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

border-color css

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

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

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