Html Css Color HEX #378679 Genoa

📋 copy color: '#378679'

red 55 ◦ green 134 ◦ blue 121

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

Shades of Genoa #378679

Tints of Genoa #378679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

 BLUE value IS 121 (47.66% from 255) = 39.03%

R = 17.74%
G = 43.23%
B = 39.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#378679 (or 0x378679) is known color: Genoa. HEX triplet: 37, 86 and 79. RGB value is (55,134,121). Sum of RGB (Red+Green+Blue) = 55+134+121=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #378679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378679 is #C87986. Grayscale: #6C6C6C. Windows color (decimal): -13138311 or 7964215. OLE color: 7964215.

HSL color Cylindrical-coordinate representation of color #378679: hue angle of 170.13º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378679 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 121 -
CMYK 0.59 0 0.10 0.47
HSL 170.13º 0.42% 0.37% -
HSV(B) 170.13º 0.59% 0.53% -
XYZ 13.55 19.24 21.09 -
YUV 108.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 55 134 121 0.59 0 0.10 0.47 170.13 0.42 0.37
Hex 37 86 79 3B 0 A 2F AA 2A 25
Octal 67 206 171 73 0 12 57 252 52 45
Binary 110111 10000110 1111001 111011 0 1010 101111 10101010 101010 100101

Color Harmonies of #378679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378679

Black with #378679

Text Example


Text Example

White with #378679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378679; }

 p { color: rgb(55,134,121); }

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

background-color css

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

 a { background-color: rgb(55,134,121); }

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

border-color css

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

 span { border-color: rgb(55,134,121); }

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