Html Css Color HEX #143004 Myrtle

📋 copy color: '#143004'

red 20 ◦ green 48 ◦ blue 4

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

Shades of Myrtle #143004

Tints of Myrtle #143004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.56%

R = 27.78%
G = 66.67%
B = 5.56%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#143004 (or 0x143004) is known color: Myrtle. HEX triplet: 14, 30 and 04. RGB value is (20,48,4). Sum of RGB (Red+Green+Blue) = 20+48+4=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #143004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143004 is #EBCFFB. Grayscale: #222222. Windows color (decimal): -15454204 or 274452. OLE color: 274452.

HSL color Cylindrical-coordinate representation of color #143004: hue angle of 98.18º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #143004 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 4 -
CMYK 0.58 0 0.92 0.81
HSL 98.18º 0.85% 0.1% -
HSV(B) 98.18º 0.92% 0.19% -
XYZ 1.37 2.27 0.48 -
YUV 34.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 20 48 4 0.58 0 0.92 0.81 98.18 0.85 0.1
Hex 14 30 4 3A 0 5C 51 62 55 A
Octal 24 60 4 72 0 134 121 142 125 12
Binary 10100 110000 100 111010 0 1011100 1010001 1100010 1010101 1010

Color Harmonies of #143004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143004

Black with #143004

Text Example


Text Example

White with #143004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143004; }

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

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

background-color css

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

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

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

border-color css

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

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

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