Html Css Color HEX #378577 Genoa

📋 copy color: '#378577'

red 55 ◦ green 133 ◦ blue 119

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

Shades of Genoa #378577

Tints of Genoa #378577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

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

R = 17.92%
G = 43.32%
B = 38.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#378577 (or 0x378577) is known color: Genoa. HEX triplet: 37, 85 and 77. RGB value is (55,133,119). Sum of RGB (Red+Green+Blue) = 55+133+119=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #378577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378577 is #C87A88. Grayscale: #6C6C6C. Windows color (decimal): -13138569 or 7832887. OLE color: 7832887.

HSL color Cylindrical-coordinate representation of color #378577: hue angle of 169.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378577 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 119 -
CMYK 0.59 0 0.11 0.48
HSL 169.23º 0.41% 0.37% -
HSV(B) 169.23º 0.59% 0.52% -
XYZ 13.29 18.92 20.4 -
YUV 108.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 55 133 119 0.59 0 0.11 0.48 169.23 0.41 0.37
Hex 37 85 77 3B 0 B 30 A9 29 25
Octal 67 205 167 73 0 13 60 251 51 45
Binary 110111 10000101 1110111 111011 0 1011 110000 10101001 101001 100101

Color Harmonies of #378577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378577

Black with #378577

Text Example


Text Example

White with #378577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378577; }

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

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

background-color css

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

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

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

border-color css

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

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

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