Html Css Color HEX #125309 Myrtle

📋 copy color: '#125309'

red 18 ◦ green 83 ◦ blue 9

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

Shades of Myrtle #125309

Tints of Myrtle #125309

RGB

 RED value IS 18 (7.42% from 255) = 16.36%

 GREEN value IS 83 (32.81% from 255) = 75.45%

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 16.36%
G = 75.45%
B = 8.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#125309 (or 0x125309) is known color: Myrtle. HEX triplet: 12, 53 and 09. RGB value is (18,83,9). Sum of RGB (Red+Green+Blue) = 18+83+9=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #125309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125309 is #EDACF6. Grayscale: #373737. Windows color (decimal): -15576311 or 611090. OLE color: 611090.

HSL color Cylindrical-coordinate representation of color #125309: hue angle of 112.7º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125309 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 9 -
CMYK 0.78 0 0.89 0.67
HSL 112.7º 0.8% 0.18% -
HSV(B) 112.7º 0.89% 0.33% -
XYZ 3.39 6.33 1.3 -
YUV 55.13 101.97 101.52 -
System Red Green Blue C M Y K H S L
Decimal 18 83 9 0.78 0 0.89 0.67 112.7 0.8 0.18
Hex 12 53 9 4E 0 59 43 71 50 12
Octal 22 123 11 116 0 131 103 161 120 22
Binary 10010 1010011 1001 1001110 0 1011001 1000011 1110001 1010000 10010

Color Harmonies of #125309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125309

Black with #125309

Text Example


Text Example

White with #125309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125309; }

 p { color: rgb(18,83,9); }

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

background-color css

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

 a { background-color: rgb(18,83,9); }

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

border-color css

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

 span { border-color: rgb(18,83,9); }

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