Html Css Color HEX #14300C Myrtle

📋 copy color: '#14300C'

red 20 ◦ green 48 ◦ blue 12

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

Shades of Myrtle #14300C

Tints of Myrtle #14300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 60%

 BLUE value IS 12 (5.08% from 255) = 15%

R = 25%
G = 60%
B = 15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#14300C (or 0x14300C) is known color: Myrtle. HEX triplet: 14, 30 and 0C. RGB value is (20,48,12). Sum of RGB (Red+Green+Blue) = 20+48+12=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #14300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14300C is #EBCFF3. Grayscale: #232323. Windows color (decimal): -15454196 or 798740. OLE color: 798740.

HSL color Cylindrical-coordinate representation of color #14300C: hue angle of 106.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14300C is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 12 -
CMYK 0.58 0 0.75 0.81
HSL 106.67º 0.6% 0.12% -
HSV(B) 106.67º 0.75% 0.19% -
XYZ 1.41 2.29 0.72 -
YUV 35.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 20 48 12 0.58 0 0.75 0.81 106.67 0.6 0.12
Hex 14 30 C 3A 0 4B 51 6B 3C C
Octal 24 60 14 72 0 113 121 153 74 14
Binary 10100 110000 1100 111010 0 1001011 1010001 1101011 111100 1100

Color Harmonies of #14300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14300C

Black with #14300C

Text Example


Text Example

White with #14300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14300C; }

 p { color: rgb(20,48,12); }

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

background-color css

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

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

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

border-color css

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

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

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