#114021

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

Shades of Deep Fir #114021

Tints of Deep Fir #114021

Color information

#114021 (or 0x114021) is unknown color: approx Deep Fir. HEX triplet: 11, 40 and 21. RGB value is (17,64,33). Sum of RGB (Red+Green+Blue) = 17+64+33=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #114021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114021 is #EEBFDE. Grayscale: #2E2E2E. Windows color (decimal): -15646687 or 2179089. OLE color: 2179089.

HSL color Cylindrical-coordinate representation of color #114021: hue angle of 140.43º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114021 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB176433-
CMYK0.7300.480.75
HSL140.43º58.02%15.88%-
HSV(B)140.43º73.44%25.1%-
XYZ2.343.92.07-
YUV46.41120.43107.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=14.91%
G=56.14%
B=28.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1764330.7300.480.75140.4358.0215.88
Hex114021490304B8c3a10
Octal21100411110601132147220
Binary1000110000001000011001001011000010010111000110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114021; }

 p { color: rgb(17,64,33); }

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

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

 a { background-color: rgb(17,64,33); }

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

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

 span { border-color: rgb(17,64,33); }

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