Html Css Color HEX #378074 Genoa

📋 copy color: '#378074'

red 55 ◦ green 128 ◦ blue 116

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

Shades of Genoa #378074

Tints of Genoa #378074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.81%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 18.39%
G = 42.81%
B = 38.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#378074 (or 0x378074) is known color: Genoa. HEX triplet: 37, 80 and 74. RGB value is (55,128,116). Sum of RGB (Red+Green+Blue) = 55+128+116=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #378074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378074 is #C87F8B. Grayscale: #686868. Windows color (decimal): -13139852 or 7634999. OLE color: 7634999.

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

Color convert

RGB 55 128 116 -
CMYK 0.57 0 0.09 0.50
HSL 170.14º 0.4% 0.36% -
HSV(B) 170.14º 0.57% 0.5% -
XYZ 12.45 17.51 19.25 -
YUV 104.81 134.32 92.48 -
System Red Green Blue C M Y K H S L
Decimal 55 128 116 0.57 0 0.09 0.50 170.14 0.4 0.36
Hex 37 80 74 39 0 9 32 AA 28 24
Octal 67 200 164 71 0 11 62 252 50 44
Binary 110111 10000000 1110100 111001 0 1001 110010 10101010 101000 100100

Color Harmonies of #378074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378074

Black with #378074

Text Example


Text Example

White with #378074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378074; }

 p { color: rgb(55,128,116); }

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

background-color css

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

 a { background-color: rgb(55,128,116); }

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

border-color css

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

 span { border-color: rgb(55,128,116); }

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