Html Css Color HEX #0F8340 Salem

📋 copy color: '#0F8340'

red 15 ◦ green 131 ◦ blue 64

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

Shades of Salem #0F8340

Tints of Salem #0F8340

RGB

 RED value IS 15 (6.25% from 255) = 7.14%

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

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 7.14%
G = 62.38%
B = 30.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#0F8340 (or 0x0F8340) is known color: Salem. HEX triplet: 0F, 83 and 40. RGB value is (15,131,64). Sum of RGB (Red+Green+Blue) = 15+131+64=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8340 is #F07CBF. Grayscale: #585858. Windows color (decimal): -15760576 or 4227855. OLE color: 4227855.

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

Color convert

RGB 15 131 64 -
CMYK 0.89 0 0.51 0.49
HSL 145.34º 0.79% 0.29% -
HSV(B) 145.34º 0.89% 0.51% -
XYZ 9.24 16.7 7.59 -
YUV 88.68 114.07 75.45 -
System Red Green Blue C M Y K H S L
Decimal 15 131 64 0.89 0 0.51 0.49 145.34 0.79 0.29
Hex F 83 40 59 0 33 31 91 4F 1D
Octal 17 203 100 131 0 63 61 221 117 35
Binary 1111 10000011 1000000 1011001 0 110011 110001 10010001 1001111 11101

Color Harmonies of #0F8340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8340

Black with #0F8340

Text Example


Text Example

White with #0F8340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,131,64); }

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

background-color css

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

 a { background-color: rgb(15,131,64); }

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

border-color css

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

 span { border-color: rgb(15,131,64); }

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