Html Css Color HEX #264013 Black Forest

📋 copy color: '#264013'

red 38 ◦ green 64 ◦ blue 19

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

Shades of Black Forest #264013

Tints of Black Forest #264013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.89%

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 31.4%
G = 52.89%
B = 15.7%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#264013 (or 0x264013) is known color: Black Forest. HEX triplet: 26, 40 and 13. RGB value is (38,64,19). Sum of RGB (Red+Green+Blue) = 38+64+19=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #264013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264013 is #D9BFEC. Grayscale: #333333. Windows color (decimal): -14270445 or 1261606. OLE color: 1261606.

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

Color convert

RGB 38 64 19 -
CMYK 0.41 0 0.70 0.75
HSL 94.67º 0.54% 0.16% -
HSV(B) 94.67º 0.7% 0.25% -
XYZ 2.75 4.13 1.27 -
YUV 51.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 38 64 19 0.41 0 0.70 0.75 94.67 0.54 0.16
Hex 26 40 13 29 0 46 4B 5F 36 10
Octal 46 100 23 51 0 106 113 137 66 20
Binary 100110 1000000 10011 101001 0 1000110 1001011 1011111 110110 10000

Color Harmonies of #264013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264013

Black with #264013

Text Example


Text Example

White with #264013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264013; }

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

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

background-color css

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

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

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

border-color css

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

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

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