Html Css Color HEX #0D8947 Salem

📋 copy color: '#0D8947'

red 13 ◦ green 137 ◦ blue 71

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

Shades of Salem #0D8947

Tints of Salem #0D8947

RGB

 RED value IS 13 (5.47% from 255) = 5.88%

 GREEN value IS 137 (53.91% from 255) = 61.99%

 BLUE value IS 71 (28.13% from 255) = 32.13%

R = 5.88%
G = 61.99%
B = 32.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.46

RGB Variations

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

Color information

#0D8947 (or 0x0D8947) is known color: Salem. HEX triplet: 0D, 89 and 47. RGB value is (13,137,71). Sum of RGB (Red+Green+Blue) = 13+137+71=221 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.88% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8947 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8947 is #F276B8. Grayscale: #5C5C5C. Windows color (decimal): -15890105 or 4688141. OLE color: 4688141.

HSL color Cylindrical-coordinate representation of color #0D8947: hue angle of 148.06º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8947 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 71 -
CMYK 0.91 0 0.48 0.46
HSL 148.06º 0.83% 0.29% -
HSV(B) 148.06º 0.91% 0.54% -
XYZ 10.25 18.43 8.98 -
YUV 92.4 115.92 71.37 -
System Red Green Blue C M Y K H S L
Decimal 13 137 71 0.91 0 0.48 0.46 148.06 0.83 0.29
Hex D 89 47 5B 0 30 2E 94 53 1D
Octal 15 211 107 133 0 60 56 224 123 35
Binary 1101 10001001 1000111 1011011 0 110000 101110 10010100 1010011 11101

Color Harmonies of #0D8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8947

Black with #0D8947

Text Example


Text Example

White with #0D8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D8947; }

 p { color: rgb(13,137,71); }

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

background-color css

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

 a { background-color: rgb(13,137,71); }

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

border-color css

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

 span { border-color: rgb(13,137,71); }

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