Html Css Color HEX #125003 Myrtle

📋 copy color: '#125003'

red 18 ◦ green 80 ◦ blue 3

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

Shades of Myrtle #125003

Tints of Myrtle #125003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 79.21%

 BLUE value IS 3 (1.56% from 255) = 2.97%

R = 17.82%
G = 79.21%
B = 2.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#125003 (or 0x125003) is known color: Myrtle. HEX triplet: 12, 50 and 03. RGB value is (18,80,3). Sum of RGB (Red+Green+Blue) = 18+80+3=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #125003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125003 is #EDAFFC. Grayscale: #343434. Windows color (decimal): -15577085 or 217106. OLE color: 217106.

HSL color Cylindrical-coordinate representation of color #125003: hue angle of 108.31º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #125003 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 3 -
CMYK 0.78 0 0.96 0.69
HSL 108.31º 0.93% 0.16% -
HSV(B) 108.31º 0.96% 0.31% -
XYZ 3.13 5.87 1.05 -
YUV 52.68 99.96 103.26 -
System Red Green Blue C M Y K H S L
Decimal 18 80 3 0.78 0 0.96 0.69 108.31 0.93 0.16
Hex 12 50 3 4E 0 60 45 6C 5D 10
Octal 22 120 3 116 0 140 105 154 135 20
Binary 10010 1010000 11 1001110 0 1100000 1000101 1101100 1011101 10000

Color Harmonies of #125003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125003

Black with #125003

Text Example


Text Example

White with #125003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125003; }

 p { color: rgb(18,80,3); }

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

background-color css

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

 a { background-color: rgb(18,80,3); }

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

border-color css

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

 span { border-color: rgb(18,80,3); }

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