#164B23

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

Shades of Deep Fir #164B23

Tints of Deep Fir #164B23

Color information

#164B23 (or 0x164B23) is unknown color: approx Deep Fir. HEX triplet: 16, 4B and 23. RGB value is (22,75,35). Sum of RGB (Red+Green+Blue) = 22+75+35=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 75 (29.69% from 255 or 56.82% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 75 - color contains mainly: green. Hex color #164B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B23 is #E9B4DC. Grayscale: #363636. Windows color (decimal): -15316189 or 2312982. OLE color: 2312982.

HSL color Cylindrical-coordinate representation of color #164B23: hue angle of 134.72º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164B23 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB227535-
CMYK0.7100.530.71
HSL134.72º54.64%19.02%-
HSV(B)134.72º70.67%29.41%-
XYZ3.155.322.45-
YUV54.59116.94104.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 75 (29.69% from 255) = 56.82%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=16.67%
G=56.82%
B=26.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275350.7100.530.71134.7254.6419.02
Hex164B234703547873713
Octal26113431070651072076723
Binary1011010010111000111000111011010110001111000011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164B23; }

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

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

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

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

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

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

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

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