Html Css Color HEX #125304 Myrtle

📋 copy color: '#125304'

red 18 ◦ green 83 ◦ blue 4

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

Shades of Myrtle #125304

Tints of Myrtle #125304

RGB

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

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

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

R = 17.14%
G = 79.05%
B = 3.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#125304 (or 0x125304) is known color: Myrtle. HEX triplet: 12, 53 and 04. RGB value is (18,83,4). Sum of RGB (Red+Green+Blue) = 18+83+4=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #125304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125304 is #EDACFB. Grayscale: #363636. Windows color (decimal): -15576316 or 283410. OLE color: 283410.

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

Color convert

RGB 18 83 4 -
CMYK 0.78 0 0.95 0.67
HSL 109.37º 0.91% 0.17% -
HSV(B) 109.37º 0.95% 0.33% -
XYZ 3.36 6.32 1.16 -
YUV 54.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 18 83 4 0.78 0 0.95 0.67 109.37 0.91 0.17
Hex 12 53 4 4E 0 5F 43 6D 5B 11
Octal 22 123 4 116 0 137 103 155 133 21
Binary 10010 1010011 100 1001110 0 1011111 1000011 1101101 1011011 10001

Color Harmonies of #125304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125304

Black with #125304

Text Example


Text Example

White with #125304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125304; }

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

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

background-color css

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

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

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

border-color css

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

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

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