Html Css Color HEX #287365 Genoa

📋 copy color: '#287365'

red 40 ◦ green 115 ◦ blue 101

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

Shades of Genoa #287365

Tints of Genoa #287365

RGB

 RED value IS 40 (16.02% from 255) = 15.63%

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

 BLUE value IS 101 (39.84% from 255) = 39.45%

R = 15.63%
G = 44.92%
B = 39.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#287365 (or 0x287365) is known color: Genoa. HEX triplet: 28, 73 and 65. RGB value is (40,115,101). Sum of RGB (Red+Green+Blue) = 40+115+101=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #287365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287365 is #D78C9A. Grayscale: #5A5A5A. Windows color (decimal): -14126235 or 6648616. OLE color: 6648616.

HSL color Cylindrical-coordinate representation of color #287365: hue angle of 168.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287365 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 115 101 -
CMYK 0.65 0 0.12 0.55
HSL 168.8º 0.48% 0.3% -
HSV(B) 168.8º 0.65% 0.45% -
XYZ 9.35 13.65 14.45 -
YUV 90.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 40 115 101 0.65 0 0.12 0.55 168.8 0.48 0.3
Hex 28 73 65 41 0 C 37 A9 30 1E
Octal 50 163 145 101 0 14 67 251 60 36
Binary 101000 1110011 1100101 1000001 0 1100 110111 10101001 110000 11110

Color Harmonies of #287365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287365

Black with #287365

Text Example


Text Example

White with #287365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287365; }

 p { color: rgb(40,115,101); }

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

background-color css

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

 a { background-color: rgb(40,115,101); }

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

border-color css

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

 span { border-color: rgb(40,115,101); }

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