Html Css Color HEX #378377 Genoa

📋 copy color: '#378377'

red 55 ◦ green 131 ◦ blue 119

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

Shades of Genoa #378377

Tints of Genoa #378377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

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

R = 18.03%
G = 42.95%
B = 39.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#378377 (or 0x378377) is known color: Genoa. HEX triplet: 37, 83 and 77. RGB value is (55,131,119). Sum of RGB (Red+Green+Blue) = 55+131+119=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #378377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378377 is #C87C88. Grayscale: #6A6A6A. Windows color (decimal): -13139081 or 7832375. OLE color: 7832375.

HSL color Cylindrical-coordinate representation of color #378377: hue angle of 170.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378377 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 119 -
CMYK 0.58 0 0.09 0.49
HSL 170.53º 0.41% 0.36% -
HSV(B) 170.53º 0.58% 0.51% -
XYZ 13.02 18.38 20.31 -
YUV 106.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 55 131 119 0.58 0 0.09 0.49 170.53 0.41 0.36
Hex 37 83 77 3A 0 9 31 AB 29 24
Octal 67 203 167 72 0 11 61 253 51 44
Binary 110111 10000011 1110111 111010 0 1001 110001 10101011 101001 100100

Color Harmonies of #378377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378377

Black with #378377

Text Example


Text Example

White with #378377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378377; }

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

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

background-color css

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

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

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

border-color css

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

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

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