Html Css Color HEX #125401 Myrtle

📋 copy color: '#125401'

red 18 ◦ green 84 ◦ blue 1

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

Shades of Myrtle #125401

Tints of Myrtle #125401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 81.55%

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 17.48%
G = 81.55%
B = 0.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#125401 (or 0x125401) is known color: Myrtle. HEX triplet: 12, 54 and 01. RGB value is (18,84,1). Sum of RGB (Red+Green+Blue) = 18+84+1=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 84 (33.20% from 255 or 81.55% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 84 - color contains mainly: green. Hex color #125401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125401 is #EDABFE. Grayscale: #373737. Windows color (decimal): -15576063 or 87058. OLE color: 87058.

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

Color convert

RGB 18 84 1 -
CMYK 0.79 0 0.99 0.67
HSL 107.71º 0.98% 0.17% -
HSV(B) 107.71º 0.99% 0.33% -
XYZ 3.43 6.47 1.1 -
YUV 54.8 97.63 101.75 -
System Red Green Blue C M Y K H S L
Decimal 18 84 1 0.79 0 0.99 0.67 107.71 0.98 0.17
Hex 12 54 1 4F 0 63 43 6C 62 11
Octal 22 124 1 117 0 143 103 154 142 21
Binary 10010 1010100 1 1001111 0 1100011 1000011 1101100 1100010 10001

Color Harmonies of #125401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125401

Black with #125401

Text Example


Text Example

White with #125401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125401; }

 p { color: rgb(18,84,1); }

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

background-color css

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

 a { background-color: rgb(18,84,1); }

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

border-color css

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

 span { border-color: rgb(18,84,1); }

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