Html Css Color HEX #125D04 Myrtle

📋 copy color: '#125D04'

red 18 ◦ green 93 ◦ blue 4

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

Shades of Myrtle #125D04

Tints of Myrtle #125D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 80.87%

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 15.65%
G = 80.87%
B = 3.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#125D04 (or 0x125D04) is known color: Myrtle. HEX triplet: 12, 5D and 04. RGB value is (18,93,4). Sum of RGB (Red+Green+Blue) = 18+93+4=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 93 (36.72% from 255 or 80.87% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 93 - color contains mainly: green. Hex color #125D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125D04 is #EDA2FB. Grayscale: #3C3C3C. Windows color (decimal): -15573756 or 285970. OLE color: 285970.

HSL color Cylindrical-coordinate representation of color #125D04: hue angle of 110.56º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #125D04 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 4 -
CMYK 0.81 0 0.96 0.64
HSL 110.56º 0.92% 0.19% -
HSV(B) 110.56º 0.96% 0.36% -
XYZ 4.19 7.97 1.43 -
YUV 60.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 18 93 4 0.81 0 0.96 0.64 110.56 0.92 0.19
Hex 12 5D 4 51 0 60 40 6F 5C 13
Octal 22 135 4 121 0 140 100 157 134 23
Binary 10010 1011101 100 1010001 0 1100000 1000000 1101111 1011100 10011

Color Harmonies of #125D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D04

Black with #125D04

Text Example


Text Example

White with #125D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125D04; }

 p { color: rgb(18,93,4); }

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

background-color css

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

 a { background-color: rgb(18,93,4); }

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

border-color css

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

 span { border-color: rgb(18,93,4); }

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