Html Css Color HEX #378477 Genoa

📋 copy color: '#378477'

red 55 ◦ green 132 ◦ blue 119

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

Shades of Genoa #378477

Tints of Genoa #378477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 17.97%
G = 43.14%
B = 38.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#378477 (or 0x378477) is known color: Genoa. HEX triplet: 37, 84 and 77. RGB value is (55,132,119). Sum of RGB (Red+Green+Blue) = 55+132+119=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #378477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378477 is #C87B88. Grayscale: #6B6B6B. Windows color (decimal): -13138825 or 7832631. OLE color: 7832631.

HSL color Cylindrical-coordinate representation of color #378477: hue angle of 169.87º 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 #378477 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 119 -
CMYK 0.58 0 0.10 0.48
HSL 169.87º 0.41% 0.37% -
HSV(B) 169.87º 0.58% 0.52% -
XYZ 13.16 18.65 20.36 -
YUV 107.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 55 132 119 0.58 0 0.10 0.48 169.87 0.41 0.37
Hex 37 84 77 3A 0 A 30 AA 29 25
Octal 67 204 167 72 0 12 60 252 51 45
Binary 110111 10000100 1110111 111010 0 1010 110000 10101010 101001 100101

Color Harmonies of #378477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378477

Black with #378477

Text Example


Text Example

White with #378477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378477; }

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

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

background-color css

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

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

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

border-color css

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

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

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