Html Css Color HEX #264513 Myrtle

📋 copy color: '#264513'

red 38 ◦ green 69 ◦ blue 19

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

Shades of Myrtle #264513

Tints of Myrtle #264513

RGB

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

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

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

R = 30.16%
G = 54.76%
B = 15.08%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#264513 (or 0x264513) is known color: Myrtle. HEX triplet: 26, 45 and 13. RGB value is (38,69,19). Sum of RGB (Red+Green+Blue) = 38+69+19=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #264513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264513 is #D9BAEC. Grayscale: #363636. Windows color (decimal): -14269165 or 1262886. OLE color: 1262886.

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

Color convert

RGB 38 69 19 -
CMYK 0.45 0 0.72 0.73
HSL 97.2º 0.57% 0.17% -
HSV(B) 97.2º 0.72% 0.27% -
XYZ 3.04 4.72 1.37 -
YUV 54.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 38 69 19 0.45 0 0.72 0.73 97.2 0.57 0.17
Hex 26 45 13 2D 0 48 49 61 39 11
Octal 46 105 23 55 0 110 111 141 71 21
Binary 100110 1000101 10011 101101 0 1001000 1001001 1100001 111001 10001

Color Harmonies of #264513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264513

Black with #264513

Text Example


Text Example

White with #264513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264513; }

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

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

background-color css

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

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

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

border-color css

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

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

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