Html Css Color HEX #195012 Myrtle

📋 copy color: '#195012'

red 25 ◦ green 80 ◦ blue 18

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

Shades of Myrtle #195012

Tints of Myrtle #195012

RGB

 RED value IS 25 (10.16% from 255) = 20.33%

 GREEN value IS 80 (31.64% from 255) = 65.04%

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 20.33%
G = 65.04%
B = 14.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#195012 (or 0x195012) is known color: Myrtle. HEX triplet: 19, 50 and 12. RGB value is (25,80,18). Sum of RGB (Red+Green+Blue) = 25+80+18=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #195012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195012 is #E6AFED. Grayscale: #383838. Windows color (decimal): -15118318 or 1200153. OLE color: 1200153.

HSL color Cylindrical-coordinate representation of color #195012: hue angle of 113.23º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195012 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 18 -
CMYK 0.69 0 0.78 0.69
HSL 113.23º 0.63% 0.19% -
HSV(B) 113.23º 0.78% 0.31% -
XYZ 3.38 5.99 1.55 -
YUV 56.49 106.28 105.54 -
System Red Green Blue C M Y K H S L
Decimal 25 80 18 0.69 0 0.78 0.69 113.23 0.63 0.19
Hex 19 50 12 45 0 4E 45 71 3F 13
Octal 31 120 22 105 0 116 105 161 77 23
Binary 11001 1010000 10010 1000101 0 1001110 1000101 1110001 111111 10011

Color Harmonies of #195012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195012

Black with #195012

Text Example


Text Example

White with #195012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195012; }

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

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

background-color css

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

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

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

border-color css

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

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

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