Html Css Color HEX #0D260C Myrtle

📋 copy color: '#0D260C'

red 13 ◦ green 38 ◦ blue 12

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

Shades of Myrtle #0D260C

Tints of Myrtle #0D260C

RGB

 RED value IS 13 (5.47% from 255) = 20.63%

 GREEN value IS 38 (15.23% from 255) = 60.32%

 BLUE value IS 12 (5.08% from 255) = 19.05%

R = 20.63%
G = 60.32%
B = 19.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#0D260C (or 0x0D260C) is known color: Myrtle. HEX triplet: 0D, 26 and 0C. RGB value is (13,38,12). Sum of RGB (Red+Green+Blue) = 13+38+12=63 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.63% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #0D260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D260C is #F2D9F3. Grayscale: #1B1B1B. Windows color (decimal): -15915508 or 796173. OLE color: 796173.

HSL color Cylindrical-coordinate representation of color #0D260C: hue angle of 117.69º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D260C is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 38 12 -
CMYK 0.66 0 0.68 0.85
HSL 117.69º 0.52% 0.1% -
HSV(B) 117.69º 0.68% 0.15% -
XYZ 0.93 1.5 0.59 -
YUV 27.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 13 38 12 0.66 0 0.68 0.85 117.69 0.52 0.1
Hex D 26 C 42 0 44 55 76 34 A
Octal 15 46 14 102 0 104 125 166 64 12
Binary 1101 100110 1100 1000010 0 1000100 1010101 1110110 110100 1010

Color Harmonies of #0D260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D260C

Black with #0D260C

Text Example


Text Example

White with #0D260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D260C; }

 p { color: rgb(13,38,12); }

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

background-color css

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

 a { background-color: rgb(13,38,12); }

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

border-color css

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

 span { border-color: rgb(13,38,12); }

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