Html Css Color HEX #0D250C Myrtle

📋 copy color: '#0D250C'

red 13 ◦ green 37 ◦ blue 12

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

Shades of Myrtle #0D250C

Tints of Myrtle #0D250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 59.68%

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

R = 20.97%
G = 59.68%
B = 19.35%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#0D250C (or 0x0D250C) is known color: Myrtle. HEX triplet: 0D, 25 and 0C. RGB value is (13,37,12). Sum of RGB (Red+Green+Blue) = 13+37+12=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #0D250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D250C is #F2DAF3. Grayscale: #1B1B1B. Windows color (decimal): -15915764 or 795917. OLE color: 795917.

HSL color Cylindrical-coordinate representation of color #0D250C: hue angle of 117.6º degrees, saturation: 0.51, 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 #0D250C is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 37 12 -
CMYK 0.65 0 0.68 0.85
HSL 117.6º 0.51% 0.1% -
HSV(B) 117.6º 0.68% 0.15% -
XYZ 0.89 1.44 0.58 -
YUV 26.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 13 37 12 0.65 0 0.68 0.85 117.6 0.51 0.1
Hex D 25 C 41 0 44 55 76 33 A
Octal 15 45 14 101 0 104 125 166 63 12
Binary 1101 100101 1100 1000001 0 1000100 1010101 1110110 110011 1010

Color Harmonies of #0D250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D250C

Black with #0D250C

Text Example


Text Example

White with #0D250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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