Html Css Color HEX #195C14 Myrtle

📋 copy color: '#195C14'

red 25 ◦ green 92 ◦ blue 20

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

Shades of Myrtle #195C14

Tints of Myrtle #195C14

RGB

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

 GREEN value IS 92 (36.33% from 255) = 67.15%

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

R = 18.25%
G = 67.15%
B = 14.6%

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

#195C14 (or 0x195C14) is known color: Myrtle. HEX triplet: 19, 5C and 14. RGB value is (25,92,20). Sum of RGB (Red+Green+Blue) = 25+92+20=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 92 (36.33% from 255 or 67.15% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 92 - color contains mainly: green. Hex color #195C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195C14 is #E6A3EB. Grayscale: #3F3F3F. Windows color (decimal): -15115244 or 1334297. OLE color: 1334297.

HSL color Cylindrical-coordinate representation of color #195C14: hue angle of 115.83º degrees, saturation: 0.64, 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 #195C14 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB 25 92 20 -
CMYK 0.73 0 0.78 0.64
HSL 115.83º 0.64% 0.22% -
HSV(B) 115.83º 0.78% 0.36% -
XYZ 4.35 7.91 1.96 -
YUV 63.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 25 92 20 0.73 0 0.78 0.64 115.83 0.64 0.22
Hex 19 5C 14 49 0 4E 40 74 40 16
Octal 31 134 24 111 0 116 100 164 100 26
Binary 11001 1011100 10100 1001001 0 1001110 1000000 1110100 1000000 10110

Color Harmonies of #195C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C14

Black with #195C14

Text Example


Text Example

White with #195C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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