#123719

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

Shades of Deep Fir #123719

Tints of Deep Fir #123719

Color information

#123719 (or 0x123719) is unknown color: approx Deep Fir. HEX triplet: 12, 37 and 19. RGB value is (18,55,25). Sum of RGB (Red+Green+Blue) = 18+55+25=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #123719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123719 is #EDC8E6. Grayscale: #282828. Windows color (decimal): -15583463 or 1652498. OLE color: 1652498.

HSL color Cylindrical-coordinate representation of color #123719: hue angle of 131.35º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123719 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB185525-
CMYK0.6700.550.78
HSL131.35º50.68%14.31%-
HSV(B)131.35º67.27%21.57%-
XYZ1.792.931.39-
YUV40.52119.24111.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 55 (21.88% from 255) = 56.12%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=18.37%
G=56.12%
B=25.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855250.6700.550.78131.3550.6814.31
Hex123719430374E8333e
Octal2267311030671162036316
Binary1001011011111001100001101101111001110100000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123719; }

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

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

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

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

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

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

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

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