Html Css Color HEX #10250F Myrtle

📋 copy color: '#10250F'

red 16 ◦ green 37 ◦ blue 15

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

Shades of Myrtle #10250F

Tints of Myrtle #10250F

RGB

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

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

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

R = 23.53%
G = 54.41%
B = 22.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#10250F (or 0x10250F) is known color: Myrtle. HEX triplet: 10, 25 and 0F. RGB value is (16,37,15). Sum of RGB (Red+Green+Blue) = 16+37+15=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #10250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10250F is #EFDAF0. Grayscale: #1C1C1C. Windows color (decimal): -15719153 or 992528. OLE color: 992528.

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

Color convert

RGB 16 37 15 -
CMYK 0.57 0 0.59 0.85
HSL 117.27º 0.42% 0.1% -
HSV(B) 117.27º 0.59% 0.15% -
XYZ 0.96 1.47 0.68 -
YUV 28.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 16 37 15 0.57 0 0.59 0.85 117.27 0.42 0.1
Hex 10 25 F 39 0 3B 55 75 2A A
Octal 20 45 17 71 0 73 125 165 52 12
Binary 10000 100101 1111 111001 0 111011 1010101 1110101 101010 1010

Color Harmonies of #10250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10250F

Black with #10250F

Text Example


Text Example

White with #10250F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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