Html Css Color HEX #195514 Myrtle

📋 copy color: '#195514'

red 25 ◦ green 85 ◦ blue 20

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

Shades of Myrtle #195514

Tints of Myrtle #195514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 65.38%

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

R = 19.23%
G = 65.38%
B = 15.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#195514 (or 0x195514) is known color: Myrtle. HEX triplet: 19, 55 and 14. RGB value is (25,85,20). Sum of RGB (Red+Green+Blue) = 25+85+20=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 85 (33.59% from 255 or 65.38% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 85 - color contains mainly: green. Hex color #195514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195514 is #E6AAEB. Grayscale: #3B3B3B. Windows color (decimal): -15117036 or 1332505. OLE color: 1332505.

HSL color Cylindrical-coordinate representation of color #195514: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195514 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 85 20 -
CMYK 0.71 0 0.76 0.67
HSL 115.38º 0.62% 0.21% -
HSV(B) 115.38º 0.76% 0.33% -
XYZ 3.78 6.75 1.77 -
YUV 59.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 25 85 20 0.71 0 0.76 0.67 115.38 0.62 0.21
Hex 19 55 14 47 0 4C 43 73 3E 15
Octal 31 125 24 107 0 114 103 163 76 25
Binary 11001 1010101 10100 1000111 0 1001100 1000011 1110011 111110 10101

Color Harmonies of #195514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195514

Black with #195514

Text Example


Text Example

White with #195514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195514; }

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

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

background-color css

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

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

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

border-color css

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

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

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