#154323

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

Shades of Deep Fir #154323

Tints of Deep Fir #154323

Color information

#154323 (or 0x154323) is unknown color: approx Deep Fir. HEX triplet: 15, 43 and 23. RGB value is (21,67,35). Sum of RGB (Red+Green+Blue) = 21+67+35=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #154323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154323 is #EABCDC. Grayscale: #313131. Windows color (decimal): -15383773 or 2310933. OLE color: 2310933.

HSL color Cylindrical-coordinate representation of color #154323: hue angle of 138.26º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #154323 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB216735-
CMYK0.6900.480.74
HSL138.26º52.27%17.25%-
HSV(B)138.26º68.66%26.27%-
XYZ2.624.32.28-
YUV49.6119.76107.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=17.07%
G=54.47%
B=28.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167350.6900.480.74138.2652.2717.25
Hex154323450304A8a3411
Octal25103431050601122126421
Binary1010110000111000111000101011000010010101000101011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154323; }

 p { color: rgb(21,67,35); }

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

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

 a { background-color: rgb(21,67,35); }

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

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

 span { border-color: rgb(21,67,35); }

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