Html Css Color HEX #287564 Genoa

📋 copy color: '#287564'

red 40 ◦ green 117 ◦ blue 100

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

Shades of Genoa #287564

Tints of Genoa #287564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.53%

 BLUE value IS 100 (39.45% from 255) = 38.91%

R = 15.56%
G = 45.53%
B = 38.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#287564 (or 0x287564) is known color: Genoa. HEX triplet: 28, 75 and 64. RGB value is (40,117,100). Sum of RGB (Red+Green+Blue) = 40+117+100=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #287564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287564 is #D78A9B. Grayscale: #5C5C5C. Windows color (decimal): -14125724 or 6583592. OLE color: 6583592.

HSL color Cylindrical-coordinate representation of color #287564: hue angle of 166.75º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287564 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 100 -
CMYK 0.66 0 0.15 0.54
HSL 166.75º 0.49% 0.31% -
HSV(B) 166.75º 0.66% 0.46% -
XYZ 9.54 14.09 14.27 -
YUV 92.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 40 117 100 0.66 0 0.15 0.54 166.75 0.49 0.31
Hex 28 75 64 42 0 F 36 A7 31 1F
Octal 50 165 144 102 0 17 66 247 61 37
Binary 101000 1110101 1100100 1000010 0 1111 110110 10100111 110001 11111

Color Harmonies of #287564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287564

Black with #287564

Text Example


Text Example

White with #287564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287564; }

 p { color: rgb(40,117,100); }

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

background-color css

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

 a { background-color: rgb(40,117,100); }

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

border-color css

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

 span { border-color: rgb(40,117,100); }

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