Html Css Color HEX #145314 Myrtle

📋 copy color: '#145314'

red 20 ◦ green 83 ◦ blue 20

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

Shades of Myrtle #145314

Tints of Myrtle #145314

RGB

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

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

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

R = 16.26%
G = 67.48%
B = 16.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#145314 (or 0x145314) is known color: Myrtle. HEX triplet: 14, 53 and 14. RGB value is (20,83,20). Sum of RGB (Red+Green+Blue) = 20+83+20=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #145314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145314 is #EBACEB. Grayscale: #393939. Windows color (decimal): -15445228 or 1331988. OLE color: 1331988.

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

Color convert

RGB 20 83 20 -
CMYK 0.76 0 0.76 0.67
HSL 120º 0.61% 0.2% -
HSV(B) 120º 0.76% 0.33% -
XYZ 3.51 6.39 1.71 -
YUV 56.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 20 83 20 0.76 0 0.76 0.67 120 0.61 0.2
Hex 14 53 14 4C 0 4C 43 78 3D 14
Octal 24 123 24 114 0 114 103 170 75 24
Binary 10100 1010011 10100 1001100 0 1001100 1000011 1111000 111101 10100

Color Harmonies of #145314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145314

Black with #145314

Text Example


Text Example

White with #145314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145314; }

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

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

background-color css

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

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

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

border-color css

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

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

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