#264010

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

Shades of Black Forest #264010

Tints of Black Forest #264010

Color information

#264010 (or 0x264010) is unknown color: approx Black Forest. HEX triplet: 26, 40 and 10. RGB value is (38,64,16). Sum of RGB (Red+Green+Blue) = 38+64+16=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #264010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264010 is #D9BFEF. Grayscale: #323232. Windows color (decimal): -14270448 or 1064998. OLE color: 1064998.

HSL color Cylindrical-coordinate representation of color #264010: hue angle of 92.5º 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 #264010 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB386416-
CMYK0.4100.750.75
HSL92.5º60%15.69%-
HSV(B)92.5º75%25.1%-
XYZ2.734.121.14-
YUV50.75108.39118.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.20%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=32.20%
G=54.24%
B=13.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864160.4100.750.7592.56015.69
Hex2640102904B4B5c3c10
Octal46100205101131131347420
Binary100110100000010000101001010010111001011101110011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264010; }

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

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

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

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

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

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

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

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