#07853E

Color #07853E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #07853E

Tints of Salem #07853E

Color information

#07853E (or 0x07853E) is unknown color: approx Salem. HEX triplet: 07, 85 and 3E. RGB value is (7,133,62). Sum of RGB (Red+Green+Blue) = 7+133+62=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #07853E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07853E is #F87AC1. Grayscale: #575757. Windows color (decimal): -16284354 or 4097287. OLE color: 4097287.

HSL color Cylindrical-coordinate representation of color #07853E: hue angle of 146.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07853E is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB713362-
CMYK0.9500.530.48
HSL146.19º90%27.45%-
HSV(B)146.19º94.74%52.16%-
XYZ9.3417.177.38-
YUV87.23113.7670.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 133 (52.34% from 255) = 65.84%
BLUE value IS 62 (24.61% from 255) = 30.69%
R=3.47%
G=65.84%
B=30.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7133620.9500.530.48146.199027.45
Hex7853E5F03530925a1b
Octal7205761370656022213233
Binary111100001011111101011111011010111000010010010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,133,62); }

 H1.HeaderClassName
 {
   color: #07853E;
 }
 .AnyTagClassName
 {
   color: #07853E;
 }
</style>
background-color css

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

 a { background-color: rgb(7,133,62); }

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

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

 span { border-color: rgb(7,133,62); }

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