Html Css Color HEX #10370F Myrtle

📋 copy color: '#10370F'

red 16 ◦ green 55 ◦ blue 15

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

Shades of Myrtle #10370F

Tints of Myrtle #10370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.44%

R = 18.6%
G = 63.95%
B = 17.44%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#10370F (or 0x10370F) is known color: Myrtle. HEX triplet: 10, 37 and 0F. RGB value is (16,55,15). Sum of RGB (Red+Green+Blue) = 16+55+15=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #10370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10370F is #EFC8F0. Grayscale: #262626. Windows color (decimal): -15714545 or 997136. OLE color: 997136.

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

Color convert

RGB 16 55 15 -
CMYK 0.71 0 0.73 0.78
HSL 118.5º 0.57% 0.14% -
HSV(B) 118.5º 0.73% 0.22% -
XYZ 1.67 2.88 0.92 -
YUV 38.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 16 55 15 0.71 0 0.73 0.78 118.5 0.57 0.14
Hex 10 37 F 47 0 49 4E 76 39 E
Octal 20 67 17 107 0 111 116 166 71 16
Binary 10000 110111 1111 1000111 0 1001001 1001110 1110110 111001 1110

Color Harmonies of #10370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10370F

Black with #10370F

Text Example


Text Example

White with #10370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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