Html Css Color HEX #266513 Myrtle

📋 copy color: '#266513'

red 38 ◦ green 101 ◦ blue 19

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

Shades of Myrtle #266513

Tints of Myrtle #266513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 63.92%

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

R = 24.05%
G = 63.92%
B = 12.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#266513 (or 0x266513) is known color: Myrtle. HEX triplet: 26, 65 and 13. RGB value is (38,101,19). Sum of RGB (Red+Green+Blue) = 38+101+19=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #266513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266513 is #D99AEC. Grayscale: #494949. Windows color (decimal): -14260973 or 1271078. OLE color: 1271078.

HSL color Cylindrical-coordinate representation of color #266513: hue angle of 106.1º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266513 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 38 101 19 -
CMYK 0.62 0 0.81 0.60
HSL 106.1º 0.68% 0.24% -
HSV(B) 106.1º 0.81% 0.4% -
XYZ 5.57 9.77 2.21 -
YUV 72.82 97.63 103.17 -
System Red Green Blue C M Y K H S L
Decimal 38 101 19 0.62 0 0.81 0.60 106.1 0.68 0.24
Hex 26 65 13 3E 0 51 3C 6A 44 18
Octal 46 145 23 76 0 121 74 152 104 30
Binary 100110 1100101 10011 111110 0 1010001 111100 1101010 1000100 11000

Color Harmonies of #266513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266513

Black with #266513

Text Example


Text Example

White with #266513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266513; }

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

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

background-color css

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

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

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

border-color css

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

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

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