Html Css Color HEX #145312 Myrtle

📋 copy color: '#145312'

red 20 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #145312

Tints of Myrtle #145312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 68.6%

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

R = 16.53%
G = 68.6%
B = 14.88%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#145312 (or 0x145312) is known color: Myrtle. HEX triplet: 14, 53 and 12. RGB value is (20,83,18). Sum of RGB (Red+Green+Blue) = 20+83+18=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #145312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145312 is #EBACED. Grayscale: #383838. Windows color (decimal): -15445230 or 1200916. OLE color: 1200916.

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

Color convert

RGB 20 83 18 -
CMYK 0.76 0 0.78 0.67
HSL 118.15º 0.64% 0.2% -
HSV(B) 118.15º 0.78% 0.33% -
XYZ 3.49 6.38 1.62 -
YUV 56.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 20 83 18 0.76 0 0.78 0.67 118.15 0.64 0.2
Hex 14 53 12 4C 0 4E 43 76 40 14
Octal 24 123 22 114 0 116 103 166 100 24
Binary 10100 1010011 10010 1001100 0 1001110 1000011 1110110 1000000 10100

Color Harmonies of #145312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145312

Black with #145312

Text Example


Text Example

White with #145312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145312; }

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

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

background-color css

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

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

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

border-color css

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

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

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