Html Css Color HEX #195020 Myrtle

📋 copy color: '#195020'

red 25 ◦ green 80 ◦ blue 32

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

Shades of Myrtle #195020

Tints of Myrtle #195020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 18.25%
G = 58.39%
B = 23.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#195020 (or 0x195020) is known color: Myrtle. HEX triplet: 19, 50 and 20. RGB value is (25,80,32). Sum of RGB (Red+Green+Blue) = 25+80+32=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #195020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195020 is #E6AFDF. Grayscale: #3A3A3A. Windows color (decimal): -15118304 or 2117657. OLE color: 2117657.

HSL color Cylindrical-coordinate representation of color #195020: hue angle of 127.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195020 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 80 32 -
CMYK 0.69 0 0.60 0.69
HSL 127.64º 0.52% 0.21% -
HSV(B) 127.64º 0.69% 0.31% -
XYZ 3.53 6.05 2.35 -
YUV 58.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 25 80 32 0.69 0 0.60 0.69 127.64 0.52 0.21
Hex 19 50 20 45 0 3C 45 80 34 15
Octal 31 120 40 105 0 74 105 200 64 25
Binary 11001 1010000 100000 1000101 0 111100 1000101 10000000 110100 10101

Color Harmonies of #195020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195020

Black with #195020

Text Example


Text Example

White with #195020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195020; }

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

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

background-color css

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

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

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

border-color css

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

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

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