#164125

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

Shades of Deep Fir #164125

Tints of Deep Fir #164125

Color information

#164125 (or 0x164125) is unknown color: approx Deep Fir. HEX triplet: 16, 41 and 25. RGB value is (22,65,37). Sum of RGB (Red+Green+Blue) = 22+65+37=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #164125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164125 is #E9BEDA. Grayscale: #313131. Windows color (decimal): -15318747 or 2441494. OLE color: 2441494.

HSL color Cylindrical-coordinate representation of color #164125: hue angle of 140.93º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164125 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB226537-
CMYK0.6600.430.75
HSL140.93º49.43%17.06%-
HSV(B)140.93º66.15%25.49%-
XYZ2.564.082.4-
YUV48.95121.25108.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=17.74%
G=52.42%
B=29.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2265370.6600.430.75140.9349.4317.06
Hex1641254202B4B8d3111
Octal26101451020531132156121
Binary1011010000011001011000010010101110010111000110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164125; }

 p { color: rgb(22,65,37); }

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

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

 a { background-color: rgb(22,65,37); }

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

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

 span { border-color: rgb(22,65,37); }

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