#123619

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

Shades of Deep Fir #123619

Tints of Deep Fir #123619

Color information

#123619 (or 0x123619) is unknown color: approx Deep Fir. HEX triplet: 12, 36 and 19. RGB value is (18,54,25). Sum of RGB (Red+Green+Blue) = 18+54+25=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #123619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123619 is #EDC9E6. Grayscale: #282828. Windows color (decimal): -15583719 or 1652242. OLE color: 1652242.

HSL color Cylindrical-coordinate representation of color #123619: hue angle of 131.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123619 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB185425-
CMYK0.6700.540.79
HSL131.67º50%14.12%-
HSV(B)131.67º66.67%21.18%-
XYZ1.742.841.38-
YUV39.93119.57112.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 54 (21.48% from 255) = 55.67%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=18.56%
G=55.67%
B=25.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1854250.6700.540.79131.675014.12
Hex123619430364F8432e
Octal2266311030661172046216
Binary1001011011011001100001101101101001111100001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123619; }

 p { color: rgb(18,54,25); }

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

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

 a { background-color: rgb(18,54,25); }

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

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

 span { border-color: rgb(18,54,25); }

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