Html Css Color HEX #008342 Salem

📋 copy color: '#008342'

red 0 ◦ green 131 ◦ blue 66

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

Shades of Salem #008342

Tints of Salem #008342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 66.5%

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 0%
G = 66.5%
B = 33.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#008342 (or 0x008342) is known color: Salem. HEX triplet: 00, 83 and 42. RGB value is (0,131,66). Sum of RGB (Red+Green+Blue) = 0+131+66=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #008342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008342 is #FF7CBD. Grayscale: #545454. Windows color (decimal): -16743614 or 4358912. OLE color: 4358912.

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

Color convert

RGB 0 131 66 -
CMYK 1 0 0.50 0.49
HSL 150.23º 1% 0.26% -
HSV(B) 150.23º 1% 0.51% -
XYZ 9.1 16.63 7.88 -
YUV 84.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 0 131 66 1 0 0.50 0.49 150.23 1 0.26
Hex 0 83 42 64 0 32 31 96 64 1A
Octal 0 203 102 144 0 62 61 226 144 32
Binary 0 10000011 1000010 1100100 0 110010 110001 10010110 1100100 11010

Color Harmonies of #008342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008342

Black with #008342

Text Example


Text Example

White with #008342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008342; }

 p { color: rgb(0,131,66); }

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

background-color css

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

 a { background-color: rgb(0,131,66); }

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

border-color css

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

 span { border-color: rgb(0,131,66); }

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