Html Css Color HEX #377363 Genoa

📋 copy color: '#377363'

red 55 ◦ green 115 ◦ blue 99

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

Shades of Genoa #377363

Tints of Genoa #377363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.75%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 20.45%
G = 42.75%
B = 36.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#377363 (or 0x377363) is known color: Genoa. HEX triplet: 37, 73 and 63. RGB value is (55,115,99). Sum of RGB (Red+Green+Blue) = 55+115+99=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #377363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377363 is #C88C9C. Grayscale: #5F5F5F. Windows color (decimal): -13143197 or 6517559. OLE color: 6517559.

HSL color Cylindrical-coordinate representation of color #377363: hue angle of 164º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377363 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 99 -
CMYK 0.52 0 0.14 0.55
HSL 164º 0.35% 0.33% -
HSV(B) 164º 0.52% 0.45% -
XYZ 9.96 13.97 13.98 -
YUV 95.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 55 115 99 0.52 0 0.14 0.55 164 0.35 0.33
Hex 37 73 63 34 0 E 37 A4 23 21
Octal 67 163 143 64 0 16 67 244 43 41
Binary 110111 1110011 1100011 110100 0 1110 110111 10100100 100011 100001

Color Harmonies of #377363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377363

Black with #377363

Text Example


Text Example

White with #377363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377363; }

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

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

background-color css

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

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

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

border-color css

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

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

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