Html Css Color HEX #008445 Salem

📋 copy color: '#008445'

red 0 ◦ green 132 ◦ blue 69

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

Shades of Salem #008445

Tints of Salem #008445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.33%

R = 0%
G = 65.67%
B = 34.33%

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

#008445 (or 0x008445) is known color: Salem. HEX triplet: 00, 84 and 45. RGB value is (0,132,69). Sum of RGB (Red+Green+Blue) = 0+132+69=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #008445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008445 is #FF7BBA. Grayscale: #555555. Windows color (decimal): -16743355 or 4555776. OLE color: 4555776.

HSL color Cylindrical-coordinate representation of color #008445: hue angle of 151.36º 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 #008445 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 69 -
CMYK 1 0 0.48 0.48
HSL 151.36º 1% 0.26% -
HSV(B) 151.36º 1% 0.52% -
XYZ 9.33 16.93 8.41 -
YUV 85.35 118.77 67.12 -
System Red Green Blue C M Y K H S L
Decimal 0 132 69 1 0 0.48 0.48 151.36 1 0.26
Hex 0 84 45 64 0 30 30 97 64 1A
Octal 0 204 105 144 0 60 60 227 144 32
Binary 0 10000100 1000101 1100100 0 110000 110000 10010111 1100100 11010

Color Harmonies of #008445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008445

Black with #008445

Text Example


Text Example

White with #008445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008445; }

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

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

background-color css

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

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

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

border-color css

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

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

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