#123919

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

Shades of Deep Fir #123919

Tints of Deep Fir #123919

Color information

#123919 (or 0x123919) is unknown color: approx Deep Fir. HEX triplet: 12, 39 and 19. RGB value is (18,57,25). Sum of RGB (Red+Green+Blue) = 18+57+25=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #123919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123919 is #EDC6E6. Grayscale: #292929. Windows color (decimal): -15582951 or 1653010. OLE color: 1653010.

HSL color Cylindrical-coordinate representation of color #123919: hue angle of 130.77º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123919 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB185725-
CMYK0.6800.560.78
HSL130.77º52%14.71%-
HSV(B)130.77º68.42%22.35%-
XYZ1.893.131.42-
YUV41.69118.58111.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 57 (22.66% from 255) = 57%
BLUE value IS 25 (10.16% from 255) = 25%
R=18%
G=57%
B=25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857250.6800.560.78130.775214.71
Hex123919440384E8334f
Octal2271311040701162036417
Binary1001011100111001100010001110001001110100000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123919; }

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

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

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

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

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

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

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

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