Html Css Color HEX #10370D Myrtle

📋 copy color: '#10370D'

red 16 ◦ green 55 ◦ blue 13

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

Shades of Myrtle #10370D

Tints of Myrtle #10370D

RGB

 RED value IS 16 (6.64% from 255) = 19.05%

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

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 19.05%
G = 65.48%
B = 15.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#10370D (or 0x10370D) is known color: Myrtle. HEX triplet: 10, 37 and 0D. RGB value is (16,55,13). Sum of RGB (Red+Green+Blue) = 16+55+13=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #10370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10370D is #EFC8F2. Grayscale: #262626. Windows color (decimal): -15714547 or 866064. OLE color: 866064.

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

Color convert

RGB 16 55 13 -
CMYK 0.71 0 0.76 0.78
HSL 115.71º 0.62% 0.13% -
HSV(B) 115.71º 0.76% 0.22% -
XYZ 1.65 2.87 0.85 -
YUV 38.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 16 55 13 0.71 0 0.76 0.78 115.71 0.62 0.13
Hex 10 37 D 47 0 4C 4E 74 3E D
Octal 20 67 15 107 0 114 116 164 76 15
Binary 10000 110111 1101 1000111 0 1001100 1001110 1110100 111110 1101

Color Harmonies of #10370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10370D

Black with #10370D

Text Example


Text Example

White with #10370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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