#104423

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

Shades of Deep Fir #104423

Tints of Deep Fir #104423

Color information

#104423 (or 0x104423) is unknown color: approx Deep Fir. HEX triplet: 10, 44 and 23. RGB value is (16,68,35). Sum of RGB (Red+Green+Blue) = 16+68+35=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 68 (26.95% from 255 or 57.14% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 68 - color contains mainly: green. Hex color #104423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104423 is #EFBBDC. Grayscale: #303030. Windows color (decimal): -15711197 or 2311184. OLE color: 2311184.

HSL color Cylindrical-coordinate representation of color #104423: hue angle of 141.92º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104423 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB166835-
CMYK0.7600.490.73
HSL141.92º61.9%16.47%-
HSV(B)141.92º76.47%26.67%-
XYZ2.584.372.3-
YUV48.69120.27104.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 68 (26.95% from 255) = 57.14%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=13.45%
G=57.14%
B=29.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668350.7600.490.73141.9261.916.47
Hex1044234C031498e3e10
Octal20104431140611112167620
Binary1000010001001000111001100011000110010011000111011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104423; }

 p { color: rgb(16,68,35); }

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

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

 a { background-color: rgb(16,68,35); }

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

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

 span { border-color: rgb(16,68,35); }

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