Html Css Color HEX #378779 Genoa

📋 copy color: '#378779'

red 55 ◦ green 135 ◦ blue 121

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

Shades of Genoa #378779

Tints of Genoa #378779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

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

R = 17.68%
G = 43.41%
B = 38.91%

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

#378779 (or 0x378779) is known color: Genoa. HEX triplet: 37, 87 and 79. RGB value is (55,135,121). Sum of RGB (Red+Green+Blue) = 55+135+121=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #378779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378779 is #C87886. Grayscale: #6D6D6D. Windows color (decimal): -13138055 or 7964471. OLE color: 7964471.

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

Color convert

RGB 55 135 121 -
CMYK 0.59 0 0.10 0.47
HSL 169.5º 0.42% 0.37% -
HSV(B) 169.5º 0.59% 0.53% -
XYZ 13.69 19.52 21.14 -
YUV 109.48 134.5 89.14 -
System Red Green Blue C M Y K H S L
Decimal 55 135 121 0.59 0 0.10 0.47 169.5 0.42 0.37
Hex 37 87 79 3B 0 A 2F AA 2A 25
Octal 67 207 171 73 0 12 57 252 52 45
Binary 110111 10000111 1111001 111011 0 1010 101111 10101010 101010 100101

Color Harmonies of #378779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378779

Black with #378779

Text Example


Text Example

White with #378779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378779; }

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

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

background-color css

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

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

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

border-color css

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

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

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