Html Css Color HEX #14350A Myrtle

📋 copy color: '#14350A'

red 20 ◦ green 53 ◦ blue 10

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

Shades of Myrtle #14350A

Tints of Myrtle #14350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 63.86%

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

R = 24.1%
G = 63.86%
B = 12.05%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#14350A (or 0x14350A) is known color: Myrtle. HEX triplet: 14, 35 and 0A. RGB value is (20,53,10). Sum of RGB (Red+Green+Blue) = 20+53+10=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 53 (21.09% from 255 or 63.86% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 53 - color contains mainly: green. Hex color #14350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14350A is #EBCAF5. Grayscale: #262626. Windows color (decimal): -15452918 or 668948. OLE color: 668948.

HSL color Cylindrical-coordinate representation of color #14350A: hue angle of 106.05º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14350A is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 53 10 -
CMYK 0.62 0 0.81 0.79
HSL 106.05º 0.68% 0.12% -
HSV(B) 106.05º 0.81% 0.21% -
XYZ 1.62 2.72 0.73 -
YUV 38.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 20 53 10 0.62 0 0.81 0.79 106.05 0.68 0.12
Hex 14 35 A 3E 0 51 4F 6A 44 C
Octal 24 65 12 76 0 121 117 152 104 14
Binary 10100 110101 1010 111110 0 1010001 1001111 1101010 1000100 1100

Color Harmonies of #14350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14350A

Black with #14350A

Text Example


Text Example

White with #14350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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