#184525

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

Shades of Deep Fir #184525

Tints of Deep Fir #184525

Color information

#184525 (or 0x184525) is unknown color: approx Deep Fir. HEX triplet: 18, 45 and 25. RGB value is (24,69,37). Sum of RGB (Red+Green+Blue) = 24+69+37=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #184525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184525 is #E7BADA. Grayscale: #333333. Windows color (decimal): -15186651 or 2442520. OLE color: 2442520.

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

Color convert

RGB246937-
CMYK0.6500.460.73
HSL137.33º48.39%18.24%-
HSV(B)137.33º65.22%27.06%-
XYZ2.844.582.49-
YUV51.9119.59108.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 69 (27.34% from 255) = 53.08%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=18.46%
G=53.08%
B=28.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469370.6500.460.73137.3348.3918.24
Hex1845254102E49893012
Octal30105451010561112116022
Binary1100010001011001011000001010111010010011000100111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184525; }

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

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

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

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

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

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

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

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