#184825

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

Shades of Deep Fir #184825

Tints of Deep Fir #184825

Color information

#184825 (or 0x184825) is unknown color: approx Deep Fir. HEX triplet: 18, 48 and 25. RGB value is (24,72,37). Sum of RGB (Red+Green+Blue) = 24+72+37=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #184825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184825 is #E7B7DA. Grayscale: #353535. Windows color (decimal): -15185883 or 2443288. OLE color: 2443288.

HSL color Cylindrical-coordinate representation of color #184825: hue angle of 136.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184825 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB247237-
CMYK0.6700.490.72
HSL136.25º50%18.82%-
HSV(B)136.25º66.67%28.24%-
XYZ3.034.962.55-
YUV53.66118.6106.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=18.05%
G=54.14%
B=27.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472370.6700.490.72136.255018.82
Hex1848254303148883213
Octal30110451030611102106223
Binary1100010010001001011000011011000110010001000100011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184825; }

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

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

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

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

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

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

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

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