Html Css Color HEX #10250A Myrtle

📋 copy color: '#10250A'

red 16 ◦ green 37 ◦ blue 10

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

Shades of Myrtle #10250A

Tints of Myrtle #10250A

RGB

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

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

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

R = 25.4%
G = 58.73%
B = 15.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#10250A (or 0x10250A) is known color: Myrtle. HEX triplet: 10, 25 and 0A. RGB value is (16,37,10). Sum of RGB (Red+Green+Blue) = 16+37+10=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 37 (14.84% from 255 or 58.73% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 37 - color contains mainly: green. Hex color #10250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250A is #EFDAF5. Grayscale: #1B1B1B. Windows color (decimal): -15719158 or 664848. OLE color: 664848.

HSL color Cylindrical-coordinate representation of color #10250A: hue angle of 106.67º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10250A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 10 -
CMYK 0.57 0 0.73 0.85
HSL 106.67º 0.57% 0.09% -
HSV(B) 106.67º 0.73% 0.15% -
XYZ 0.93 1.46 0.52 -
YUV 27.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 16 37 10 0.57 0 0.73 0.85 106.67 0.57 0.09
Hex 10 25 A 39 0 49 55 6B 39 9
Octal 20 45 12 71 0 111 125 153 71 11
Binary 10000 100101 1010 111001 0 1001001 1010101 1101011 111001 1001

Color Harmonies of #10250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10250A

Black with #10250A

Text Example


Text Example

White with #10250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10250A; }

 p { color: rgb(16,37,10); }

 H1.HeaderClassName
 {
   color: #10250A;
 }
 .AnyTagClassName
 {
   color: #10250A;
 }
</style>

background-color css

<style>
 a { background-color: #10250A; }

 a { background-color: rgb(16,37,10); }

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

border-color css

<style>
 span { border-color: #10250A; }

 span { border-color: rgb(16,37,10); }

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