Html Css Color HEX #125503 Myrtle

📋 copy color: '#125503'

red 18 ◦ green 85 ◦ blue 3

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

Shades of Myrtle #125503

Tints of Myrtle #125503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 80.19%

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

R = 16.98%
G = 80.19%
B = 2.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#125503 (or 0x125503) is known color: Myrtle. HEX triplet: 12, 55 and 03. RGB value is (18,85,3). Sum of RGB (Red+Green+Blue) = 18+85+3=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #125503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125503 is #EDAAFC. Grayscale: #373737. Windows color (decimal): -15575805 or 218386. OLE color: 218386.

HSL color Cylindrical-coordinate representation of color #125503: hue angle of 109.02º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #125503 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 85 3 -
CMYK 0.79 0 0.96 0.67
HSL 109.02º 0.93% 0.17% -
HSV(B) 109.02º 0.96% 0.33% -
XYZ 3.51 6.63 1.18 -
YUV 55.62 98.3 101.17 -
System Red Green Blue C M Y K H S L
Decimal 18 85 3 0.79 0 0.96 0.67 109.02 0.93 0.17
Hex 12 55 3 4F 0 60 43 6D 5D 11
Octal 22 125 3 117 0 140 103 155 135 21
Binary 10010 1010101 11 1001111 0 1100000 1000011 1101101 1011101 10001

Color Harmonies of #125503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125503

Black with #125503

Text Example


Text Example

White with #125503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125503; }

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

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

background-color css

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

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

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

border-color css

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

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

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