#163923

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

Shades of Deep Fir #163923

Tints of Deep Fir #163923

Color information

#163923 (or 0x163923) is unknown color: approx Deep Fir. HEX triplet: 16, 39 and 23. RGB value is (22,57,35). Sum of RGB (Red+Green+Blue) = 22+57+35=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 57 (22.66% from 255 or 50% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 57 - color contains mainly: green. Hex color #163923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163923 is #E9C6DC. Grayscale: #2C2C2C. Windows color (decimal): -15320797 or 2308374. OLE color: 2308374.

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

Color convert

RGB225735-
CMYK0.6100.390.78
HSL142.29º44.3%15.49%-
HSV(B)142.29º61.4%22.35%-
XYZ2.13.222.1-
YUV44.03122.9112.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 57 (22.66% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=19.30%
G=50%
B=30.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257350.6100.390.78142.2944.315.49
Hex1639233D0274E8e2cf
Octal267143750471162165417
Binary1011011100110001111110101001111001110100011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163923; }

 p { color: rgb(22,57,35); }

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

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

 a { background-color: rgb(22,57,35); }

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

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

 span { border-color: rgb(22,57,35); }

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