Html Css Color HEX #145318 Myrtle

📋 copy color: '#145318'

red 20 ◦ green 83 ◦ blue 24

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

Shades of Myrtle #145318

Tints of Myrtle #145318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 15.75%
G = 65.35%
B = 18.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#145318 (or 0x145318) is known color: Myrtle. HEX triplet: 14, 53 and 18. RGB value is (20,83,24). Sum of RGB (Red+Green+Blue) = 20+83+24=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #145318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145318 is #EBACE7. Grayscale: #393939. Windows color (decimal): -15445224 or 1594132. OLE color: 1594132.

HSL color Cylindrical-coordinate representation of color #145318: hue angle of 123.81º 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 #145318 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 83 24 -
CMYK 0.76 0 0.71 0.67
HSL 123.81º 0.61% 0.2% -
HSV(B) 123.81º 0.76% 0.33% -
XYZ 3.55 6.4 1.91 -
YUV 57.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 20 83 24 0.76 0 0.71 0.67 123.81 0.61 0.2
Hex 14 53 18 4C 0 47 43 7C 3D 14
Octal 24 123 30 114 0 107 103 174 75 24
Binary 10100 1010011 11000 1001100 0 1000111 1000011 1111100 111101 10100

Color Harmonies of #145318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145318

Black with #145318

Text Example


Text Example

White with #145318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145318; }

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

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

background-color css

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

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

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

border-color css

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

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

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