#254010

Color #254010 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #254010

Tints of Black Forest #254010

Color information

#254010 (or 0x254010) is unknown color: approx Black Forest. HEX triplet: 25, 40 and 10. RGB value is (37,64,16). Sum of RGB (Red+Green+Blue) = 37+64+16=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #254010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254010 is #DABFEF. Grayscale: #323232. Windows color (decimal): -14335984 or 1064997. OLE color: 1064997.

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

Color convert

RGB376416-
CMYK0.4200.750.75
HSL93.75º60%15.69%-
HSV(B)93.75º75%25.1%-
XYZ2.694.11.14-
YUV50.46108.55118.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=31.62%
G=54.70%
B=13.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764160.4200.750.7593.756015.69
Hex2540102A04B4B5e3c10
Octal45100205201131131367420
Binary100101100000010000101010010010111001011101111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254010; }

 p { color: rgb(37,64,16); }

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

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

 a { background-color: rgb(37,64,16); }

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

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

 span { border-color: rgb(37,64,16); }

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