Html Css Color HEX #00813F Salem

📋 copy color: '#00813F'

red 0 ◦ green 129 ◦ blue 63

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

Shades of Salem #00813F

Tints of Salem #00813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 67.19%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 0%
G = 67.19%
B = 32.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#00813F (or 0x00813F) is known color: Salem. HEX triplet: 00, 81 and 3F. RGB value is (0,129,63). Sum of RGB (Red+Green+Blue) = 0+129+63=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 129 (50.78% from 255 or 67.19% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 129 - color contains mainly: green. Hex color #00813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00813F is #FF7EC0. Grayscale: #535353. Windows color (decimal): -16744129 or 4161792. OLE color: 4161792.

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

Color convert

RGB 0 129 63 -
CMYK 1 0 0.51 0.49
HSL 149.3º 1% 0.25% -
HSV(B) 149.3º 1% 0.51% -
XYZ 8.75 16.06 7.34 -
YUV 82.91 116.76 68.87 -
System Red Green Blue C M Y K H S L
Decimal 0 129 63 1 0 0.51 0.49 149.3 1 0.25
Hex 0 81 3F 64 0 33 31 95 64 19
Octal 0 201 77 144 0 63 61 225 144 31
Binary 0 10000001 111111 1100100 0 110011 110001 10010101 1100100 11001

Color Harmonies of #00813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00813F

Black with #00813F

Text Example


Text Example

White with #00813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00813F; }

 p { color: rgb(0,129,63); }

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

background-color css

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

 a { background-color: rgb(0,129,63); }

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

border-color css

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

 span { border-color: rgb(0,129,63); }

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