#124525

Color #124525 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #124525

Tints of Deep Fir #124525

Color information

#124525 (or 0x124525) is unknown color: approx Deep Fir. HEX triplet: 12, 45 and 25. RGB value is (18,69,37). Sum of RGB (Red+Green+Blue) = 18+69+37=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #124525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124525 is #EDBADA. Grayscale: #323232. Windows color (decimal): -15579867 or 2442514. OLE color: 2442514.

HSL color Cylindrical-coordinate representation of color #124525: hue angle of 142.35º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124525 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB186937-
CMYK0.7400.460.73
HSL142.35º58.62%17.06%-
HSV(B)142.35º73.91%27.06%-
XYZ2.714.522.48-
YUV50.1120.6105.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=14.52%
G=55.65%
B=29.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869370.7400.460.73142.3558.6217.06
Hex1245254A02E498e3b11
Octal22105451120561112167321
Binary1001010001011001011001010010111010010011000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124525; }

 p { color: rgb(18,69,37); }

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

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

 a { background-color: rgb(18,69,37); }

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

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

 span { border-color: rgb(18,69,37); }

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