Html Css Color HEX #008840 Salem

📋 copy color: '#008840'

red 0 ◦ green 136 ◦ blue 64

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

Shades of Salem #008840

Tints of Salem #008840

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 136 (53.52% from 255) = 68%

 BLUE value IS 64 (25.39% from 255) = 32%

R = 0%
G = 68%
B = 32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#008840 (or 0x008840) is known color: Salem. HEX triplet: 00, 88 and 40. RGB value is (0,136,64). Sum of RGB (Red+Green+Blue) = 0+136+64=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 136 (53.52% from 255 or 68% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 136 - color contains mainly: green. Hex color #008840 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008840 is #FF77BF. Grayscale: #575757. Windows color (decimal): -16742336 or 4229120. OLE color: 4229120.

HSL color Cylindrical-coordinate representation of color #008840: hue angle of 148.24º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008840 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 136 64 -
CMYK 1 0 0.53 0.47
HSL 148.24º 1% 0.27% -
HSV(B) 148.24º 1% 0.53% -
XYZ 9.73 17.98 7.81 -
YUV 87.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 0 136 64 1 0 0.53 0.47 148.24 1 0.27
Hex 0 88 40 64 0 35 2F 94 64 1B
Octal 0 210 100 144 0 65 57 224 144 33
Binary 0 10001000 1000000 1100100 0 110101 101111 10010100 1100100 11011

Color Harmonies of #008840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008840

Black with #008840

Text Example


Text Example

White with #008840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008840; }

 p { color: rgb(0,136,64); }

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

background-color css

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

 a { background-color: rgb(0,136,64); }

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

border-color css

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

 span { border-color: rgb(0,136,64); }

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