Html Css Color HEX #125219 Myrtle

📋 copy color: '#125219'

red 18 ◦ green 82 ◦ blue 25

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

Shades of Myrtle #125219

Tints of Myrtle #125219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 65.6%

 BLUE value IS 25 (10.16% from 255) = 20%

R = 14.4%
G = 65.6%
B = 20%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#125219 (or 0x125219) is known color: Myrtle. HEX triplet: 12, 52 and 19. RGB value is (18,82,25). Sum of RGB (Red+Green+Blue) = 18+82+25=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #125219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125219 is #EDADE6. Grayscale: #383838. Windows color (decimal): -15576551 or 1659410. OLE color: 1659410.

HSL color Cylindrical-coordinate representation of color #125219: hue angle of 126.56º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125219 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 82 25 -
CMYK 0.78 0 0.70 0.68
HSL 126.56º 0.64% 0.2% -
HSV(B) 126.56º 0.78% 0.32% -
XYZ 3.44 6.23 1.94 -
YUV 56.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 18 82 25 0.78 0 0.70 0.68 126.56 0.64 0.2
Hex 12 52 19 4E 0 46 44 7F 40 14
Octal 22 122 31 116 0 106 104 177 100 24
Binary 10010 1010010 11001 1001110 0 1000110 1000100 1111111 1000000 10100

Color Harmonies of #125219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125219

Black with #125219

Text Example


Text Example

White with #125219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125219; }

 p { color: rgb(18,82,25); }

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

background-color css

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

 a { background-color: rgb(18,82,25); }

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

border-color css

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

 span { border-color: rgb(18,82,25); }

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