Html Css Color HEX #145212 Myrtle

📋 copy color: '#145212'

red 20 ◦ green 82 ◦ blue 18

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

Shades of Myrtle #145212

Tints of Myrtle #145212

RGB

 RED value IS 20 (8.2% from 255) = 16.67%

 GREEN value IS 82 (32.42% from 255) = 68.33%

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

R = 16.67%
G = 68.33%
B = 15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#145212 (or 0x145212) is known color: Myrtle. HEX triplet: 14, 52 and 12. RGB value is (20,82,18). Sum of RGB (Red+Green+Blue) = 20+82+18=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #145212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145212 is #EBADED. Grayscale: #383838. Windows color (decimal): -15445486 or 1200660. OLE color: 1200660.

HSL color Cylindrical-coordinate representation of color #145212: hue angle of 118.12º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145212 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 82 18 -
CMYK 0.76 0 0.78 0.68
HSL 118.13º 0.64% 0.2% -
HSV(B) 118.13º 0.78% 0.32% -
XYZ 3.41 6.23 1.59 -
YUV 56.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 20 82 18 0.76 0 0.78 0.68 118.13 0.64 0.2
Hex 14 52 12 4C 0 4E 44 76 40 14
Octal 24 122 22 114 0 116 104 166 100 24
Binary 10100 1010010 10010 1001100 0 1001110 1000100 1110110 1000000 10100

Color Harmonies of #145212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145212

Black with #145212

Text Example


Text Example

White with #145212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145212; }

 p { color: rgb(20,82,18); }

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

background-color css

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

 a { background-color: rgb(20,82,18); }

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

border-color css

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

 span { border-color: rgb(20,82,18); }

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