Html Css Color HEX #378373 Genoa

📋 copy color: '#378373'

red 55 ◦ green 131 ◦ blue 115

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

Shades of Genoa #378373

Tints of Genoa #378373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 18.27%
G = 43.52%
B = 38.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#378373 (or 0x378373) is known color: Genoa. HEX triplet: 37, 83 and 73. RGB value is (55,131,115). Sum of RGB (Red+Green+Blue) = 55+131+115=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #378373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378373 is #C87C8C. Grayscale: #6A6A6A. Windows color (decimal): -13139085 or 7570231. OLE color: 7570231.

HSL color Cylindrical-coordinate representation of color #378373: hue angle of 167.37º 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 #378373 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 115 -
CMYK 0.58 0 0.12 0.49
HSL 167.37º 0.41% 0.36% -
HSV(B) 167.37º 0.58% 0.51% -
XYZ 12.79 18.28 19.07 -
YUV 106.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 55 131 115 0.58 0 0.12 0.49 167.37 0.41 0.36
Hex 37 83 73 3A 0 C 31 A7 29 24
Octal 67 203 163 72 0 14 61 247 51 44
Binary 110111 10000011 1110011 111010 0 1100 110001 10100111 101001 100100

Color Harmonies of #378373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378373

Black with #378373

Text Example


Text Example

White with #378373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378373; }

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

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

background-color css

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

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

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

border-color css

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

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

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