Html Css Color HEX #008444 Salem

📋 copy color: '#008444'

red 0 ◦ green 132 ◦ blue 68

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

Shades of Salem #008444

Tints of Salem #008444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66%

 BLUE value IS 68 (26.95% from 255) = 34%

R = 0%
G = 66%
B = 34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#008444 (or 0x008444) is known color: Salem. HEX triplet: 00, 84 and 44. RGB value is (0,132,68). Sum of RGB (Red+Green+Blue) = 0+132+68=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #008444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008444 is #FF7BBB. Grayscale: #555555. Windows color (decimal): -16743356 or 4490240. OLE color: 4490240.

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

Color convert

RGB 0 132 68 -
CMYK 1 0 0.48 0.48
HSL 150.91º 1% 0.26% -
HSV(B) 150.91º 1% 0.52% -
XYZ 9.29 16.92 8.24 -
YUV 85.24 118.27 67.2 -
System Red Green Blue C M Y K H S L
Decimal 0 132 68 1 0 0.48 0.48 150.91 1 0.26
Hex 0 84 44 64 0 30 30 97 64 1A
Octal 0 204 104 144 0 60 60 227 144 32
Binary 0 10000100 1000100 1100100 0 110000 110000 10010111 1100100 11010

Color Harmonies of #008444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008444

Black with #008444

Text Example


Text Example

White with #008444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008444; }

 p { color: rgb(0,132,68); }

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

background-color css

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

 a { background-color: rgb(0,132,68); }

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

border-color css

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

 span { border-color: rgb(0,132,68); }

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