Html Css Color HEX #0D370A Myrtle

📋 copy color: '#0D370A'

red 13 ◦ green 55 ◦ blue 10

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

Shades of Myrtle #0D370A

Tints of Myrtle #0D370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 70.51%

 BLUE value IS 10 (4.3% from 255) = 12.82%

R = 16.67%
G = 70.51%
B = 12.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#0D370A (or 0x0D370A) is known color: Myrtle. HEX triplet: 0D, 37 and 0A. RGB value is (13,55,10). Sum of RGB (Red+Green+Blue) = 13+55+10=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 55 (21.88% from 255 or 70.51% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 55 - color contains mainly: green. Hex color #0D370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D370A is #F2C8F5. Grayscale: #252525. Windows color (decimal): -15911158 or 669453. OLE color: 669453.

HSL color Cylindrical-coordinate representation of color #0D370A: hue angle of 116º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D370A is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 55 10 -
CMYK 0.76 0 0.82 0.78
HSL 116º 0.69% 0.13% -
HSV(B) 116º 0.82% 0.22% -
XYZ 1.59 2.84 0.75 -
YUV 37.31 112.59 110.66 -
System Red Green Blue C M Y K H S L
Decimal 13 55 10 0.76 0 0.82 0.78 116 0.69 0.13
Hex D 37 A 4C 0 52 4E 74 45 D
Octal 15 67 12 114 0 122 116 164 105 15
Binary 1101 110111 1010 1001100 0 1010010 1001110 1110100 1000101 1101

Color Harmonies of #0D370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D370A

Black with #0D370A

Text Example


Text Example

White with #0D370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,55,10); }

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

background-color css

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

 a { background-color: rgb(13,55,10); }

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

border-color css

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

 span { border-color: rgb(13,55,10); }

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