Html Css Color HEX #195D14 Myrtle

📋 copy color: '#195D14'

red 25 ◦ green 93 ◦ blue 20

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

Shades of Myrtle #195D14

Tints of Myrtle #195D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 67.39%

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 18.12%
G = 67.39%
B = 14.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.64

RGB Variations

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

Color information

#195D14 (or 0x195D14) is known color: Myrtle. HEX triplet: 19, 5D and 14. RGB value is (25,93,20). Sum of RGB (Red+Green+Blue) = 25+93+20=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #195D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195D14 is #E6A2EB. Grayscale: #404040. Windows color (decimal): -15114988 or 1334553. OLE color: 1334553.

HSL color Cylindrical-coordinate representation of color #195D14: hue angle of 115.89º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195D14 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 93 20 -
CMYK 0.73 0 0.78 0.64
HSL 115.89º 0.65% 0.22% -
HSV(B) 115.89º 0.78% 0.36% -
XYZ 4.44 8.09 1.99 -
YUV 64.35 102.97 99.94 -
System Red Green Blue C M Y K H S L
Decimal 25 93 20 0.73 0 0.78 0.64 115.89 0.65 0.22
Hex 19 5D 14 49 0 4E 40 74 41 16
Octal 31 135 24 111 0 116 100 164 101 26
Binary 11001 1011101 10100 1001001 0 1001110 1000000 1110100 1000001 10110

Color Harmonies of #195D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D14

Black with #195D14

Text Example


Text Example

White with #195D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D14; }

 p { color: rgb(25,93,20); }

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

background-color css

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

 a { background-color: rgb(25,93,20); }

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

border-color css

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

 span { border-color: rgb(25,93,20); }

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