Html Css Color HEX #14300A Myrtle

📋 copy color: '#14300A'

red 20 ◦ green 48 ◦ blue 10

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

Shades of Myrtle #14300A

Tints of Myrtle #14300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.82%

R = 25.64%
G = 61.54%
B = 12.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#14300A (or 0x14300A) is known color: Myrtle. HEX triplet: 14, 30 and 0A. RGB value is (20,48,10). Sum of RGB (Red+Green+Blue) = 20+48+10=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #14300A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14300A is #EBCFF5. Grayscale: #232323. Windows color (decimal): -15454198 or 667668. OLE color: 667668.

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

Color convert

RGB 20 48 10 -
CMYK 0.58 0 0.79 0.81
HSL 104.21º 0.66% 0.11% -
HSV(B) 104.21º 0.79% 0.19% -
XYZ 1.4 2.28 0.65 -
YUV 35.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 20 48 10 0.58 0 0.79 0.81 104.21 0.66 0.11
Hex 14 30 A 3A 0 4F 51 68 42 B
Octal 24 60 12 72 0 117 121 150 102 13
Binary 10100 110000 1010 111010 0 1001111 1010001 1101000 1000010 1011

Color Harmonies of #14300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14300A

Black with #14300A

Text Example


Text Example

White with #14300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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