Html Css Color HEX #288677 Elm

📋 copy color: '#288677'

red 40 ◦ green 134 ◦ blue 119

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

Shades of Elm #288677

Tints of Elm #288677

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

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

R = 13.65%
G = 45.73%
B = 40.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#288677 (or 0x288677) is known color: Elm. HEX triplet: 28, 86 and 77. RGB value is (40,134,119). Sum of RGB (Red+Green+Blue) = 40+134+119=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #288677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288677 is #D77988. Grayscale: #686868. Windows color (decimal): -14121353 or 7833128. OLE color: 7833128.

HSL color Cylindrical-coordinate representation of color #288677: hue angle of 170.43º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288677 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 134 119 -
CMYK 0.70 0 0.11 0.47
HSL 170.43º 0.54% 0.34% -
HSV(B) 170.43º 0.7% 0.53% -
XYZ 12.73 18.83 20.42 -
YUV 104.18 136.36 82.22 -
System Red Green Blue C M Y K H S L
Decimal 40 134 119 0.70 0 0.11 0.47 170.43 0.54 0.34
Hex 28 86 77 46 0 B 2F AA 36 22
Octal 50 206 167 106 0 13 57 252 66 42
Binary 101000 10000110 1110111 1000110 0 1011 101111 10101010 110110 100010

Color Harmonies of #288677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288677

Black with #288677

Text Example


Text Example

White with #288677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288677; }

 p { color: rgb(40,134,119); }

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

background-color css

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

 a { background-color: rgb(40,134,119); }

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

border-color css

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

 span { border-color: rgb(40,134,119); }

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