Html Css Color HEX #008541 Salem

📋 copy color: '#008541'

red 0 ◦ green 133 ◦ blue 65

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

Shades of Salem #008541

Tints of Salem #008541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 67.17%

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 0%
G = 67.17%
B = 32.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#008541 (or 0x008541) is known color: Salem. HEX triplet: 00, 85 and 41. RGB value is (0,133,65). Sum of RGB (Red+Green+Blue) = 0+133+65=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #008541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008541 is #FF7ABE. Grayscale: #555555. Windows color (decimal): -16743103 or 4293888. OLE color: 4293888.

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

Color convert

RGB 0 133 65 -
CMYK 1 0 0.51 0.48
HSL 149.32º 1% 0.26% -
HSV(B) 149.32º 1% 0.52% -
XYZ 9.34 17.16 7.82 -
YUV 85.48 116.44 67.03 -
System Red Green Blue C M Y K H S L
Decimal 0 133 65 1 0 0.51 0.48 149.32 1 0.26
Hex 0 85 41 64 0 33 30 95 64 1A
Octal 0 205 101 144 0 63 60 225 144 32
Binary 0 10000101 1000001 1100100 0 110011 110000 10010101 1100100 11010

Color Harmonies of #008541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008541

Black with #008541

Text Example


Text Example

White with #008541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008541; }

 p { color: rgb(0,133,65); }

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

background-color css

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

 a { background-color: rgb(0,133,65); }

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

border-color css

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

 span { border-color: rgb(0,133,65); }

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