Html Css Color HEX #264510 Black Forest

📋 copy color: '#264510'

red 38 ◦ green 69 ◦ blue 16

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

Shades of Black Forest #264510

Tints of Black Forest #264510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 30.89%
G = 56.1%
B = 13.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#264510 (or 0x264510) is known color: Black Forest. HEX triplet: 26, 45 and 10. RGB value is (38,69,16). Sum of RGB (Red+Green+Blue) = 38+69+16=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #264510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264510 is #D9BAEF. Grayscale: #353535. Windows color (decimal): -14269168 or 1066278. OLE color: 1066278.

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

Color convert

RGB 38 69 16 -
CMYK 0.45 0 0.77 0.73
HSL 95.09º 0.62% 0.17% -
HSV(B) 95.09º 0.77% 0.27% -
XYZ 3.02 4.71 1.24 -
YUV 53.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 38 69 16 0.45 0 0.77 0.73 95.09 0.62 0.17
Hex 26 45 10 2D 0 4D 49 5F 3E 11
Octal 46 105 20 55 0 115 111 137 76 21
Binary 100110 1000101 10000 101101 0 1001101 1001001 1011111 111110 10001

Color Harmonies of #264510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264510

Black with #264510

Text Example


Text Example

White with #264510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264510; }

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

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

background-color css

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

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

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

border-color css

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

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

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