Html Css Color HEX #00843E Salem

📋 copy color: '#00843E'

red 0 ◦ green 132 ◦ blue 62

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

Shades of Salem #00843E

Tints of Salem #00843E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.96%

R = 0%
G = 68.04%
B = 31.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#00843E (or 0x00843E) is known color: Salem. HEX triplet: 00, 84 and 3E. RGB value is (0,132,62). Sum of RGB (Red+Green+Blue) = 0+132+62=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 132 (51.95% from 255 or 68.04% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 132 - color contains mainly: green. Hex color #00843E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00843E is #FF7BC1. Grayscale: #545454. Windows color (decimal): -16743362 or 4097024. OLE color: 4097024.

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

Color convert

RGB 0 132 62 -
CMYK 1 0 0.53 0.48
HSL 148.18º 1% 0.26% -
HSV(B) 148.18º 1% 0.52% -
XYZ 9.12 16.85 7.33 -
YUV 84.55 115.27 67.69 -
System Red Green Blue C M Y K H S L
Decimal 0 132 62 1 0 0.53 0.48 148.18 1 0.26
Hex 0 84 3E 64 0 35 30 94 64 1A
Octal 0 204 76 144 0 65 60 224 144 32
Binary 0 10000100 111110 1100100 0 110101 110000 10010100 1100100 11010

Color Harmonies of #00843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00843E

Black with #00843E

Text Example


Text Example

White with #00843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00843E; }

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

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

background-color css

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

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

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

border-color css

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

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

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