Html Css Color HEX #10250C Myrtle

📋 copy color: '#10250C'

red 16 ◦ green 37 ◦ blue 12

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

Shades of Myrtle #10250C

Tints of Myrtle #10250C

RGB

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

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

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

R = 24.62%
G = 56.92%
B = 18.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#10250C (or 0x10250C) is known color: Myrtle. HEX triplet: 10, 25 and 0C. RGB value is (16,37,12). Sum of RGB (Red+Green+Blue) = 16+37+12=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #10250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250C is #EFDAF3. Grayscale: #1B1B1B. Windows color (decimal): -15719156 or 795920. OLE color: 795920.

HSL color Cylindrical-coordinate representation of color #10250C: hue angle of 110.4º 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 #10250C is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 12 -
CMYK 0.57 0 0.68 0.85
HSL 110.4º 0.51% 0.1% -
HSV(B) 110.4º 0.68% 0.15% -
XYZ 0.94 1.46 0.58 -
YUV 27.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 16 37 12 0.57 0 0.68 0.85 110.4 0.51 0.1
Hex 10 25 C 39 0 44 55 6E 33 A
Octal 20 45 14 71 0 104 125 156 63 12
Binary 10000 100101 1100 111001 0 1000100 1010101 1101110 110011 1010

Color Harmonies of #10250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10250C

Black with #10250C

Text Example


Text Example

White with #10250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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