Html Css Color HEX #143309 Myrtle

📋 copy color: '#143309'

red 20 ◦ green 51 ◦ blue 9

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

Shades of Myrtle #143309

Tints of Myrtle #143309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 63.75%

 BLUE value IS 9 (3.91% from 255) = 11.25%

R = 25%
G = 63.75%
B = 11.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.82

 K value IS 0.8

RGB Variations

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

Color information

#143309 (or 0x143309) is known color: Myrtle. HEX triplet: 14, 33 and 09. RGB value is (20,51,9). Sum of RGB (Red+Green+Blue) = 20+51+9=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 51 (20.31% from 255 or 63.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 51 - color contains mainly: green. Hex color #143309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #143309 is #EBCCF6. Grayscale: #252525. Windows color (decimal): -15453431 or 602900. OLE color: 602900.

HSL color Cylindrical-coordinate representation of color #143309: hue angle of 104.29º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143309 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 9 -
CMYK 0.61 0 0.82 0.8
HSL 104.29º 0.7% 0.12% -
HSV(B) 104.29º 0.82% 0.2% -
XYZ 1.52 2.54 0.67 -
YUV 36.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 20 51 9 0.61 0 0.82 0.8 104.29 0.7 0.12
Hex 14 33 9 3D 0 52 50 68 46 C
Octal 24 63 11 75 0 122 120 150 106 14
Binary 10100 110011 1001 111101 0 1010010 1010000 1101000 1000110 1100

Color Harmonies of #143309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143309

Black with #143309

Text Example


Text Example

White with #143309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143309; }

 p { color: rgb(20,51,9); }

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

background-color css

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

 a { background-color: rgb(20,51,9); }

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

border-color css

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

 span { border-color: rgb(20,51,9); }

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