Html Css Color HEX #264511 Black Forest

📋 copy color: '#264511'

red 38 ◦ green 69 ◦ blue 17

#264511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #264511

Tints of Black Forest #264511

RGB

 RED value IS 38 (15.23% from 255) = 30.65%

 GREEN value IS 69 (27.34% from 255) = 55.65%

 BLUE value IS 17 (7.03% from 255) = 13.71%

R = 30.65%
G = 55.65%
B = 13.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#264511 (or 0x264511) is known color: Black Forest. HEX triplet: 26, 45 and 11. RGB value is (38,69,17). Sum of RGB (Red+Green+Blue) = 38+69+17=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #264511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264511 is #D9BAEE. Grayscale: #353535. Windows color (decimal): -14269167 or 1131814. OLE color: 1131814.

HSL color Cylindrical-coordinate representation of color #264511: hue angle of 95.77º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264511 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 69 17 -
CMYK 0.45 0 0.75 0.73
HSL 95.77º 0.6% 0.17% -
HSV(B) 95.77º 0.75% 0.27% -
XYZ 3.03 4.71 1.28 -
YUV 53.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 38 69 17 0.45 0 0.75 0.73 95.77 0.6 0.17
Hex 26 45 11 2D 0 4B 49 60 3C 11
Octal 46 105 21 55 0 113 111 140 74 21
Binary 100110 1000101 10001 101101 0 1001011 1001001 1100000 111100 10001

Color Harmonies of #264511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264511

Black with #264511

Text Example


Text Example

White with #264511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264511; }

 p { color: rgb(38,69,17); }

 H1.HeaderClassName
 {
   color: #264511;
 }
 .AnyTagClassName
 {
   color: #264511;
 }
</style>

background-color css

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

 a { background-color: rgb(38,69,17); }

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

border-color css

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

 span { border-color: rgb(38,69,17); }

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