Html Css Color HEX #14481B Myrtle

📋 copy color: '#14481B'

red 20 ◦ green 72 ◦ blue 27

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

Shades of Myrtle #14481B

Tints of Myrtle #14481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60.5%

 BLUE value IS 27 (10.94% from 255) = 22.69%

R = 16.81%
G = 60.5%
B = 22.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

#14481B (or 0x14481B) is known color: Myrtle. HEX triplet: 14, 48 and 1B. RGB value is (20,72,27). Sum of RGB (Red+Green+Blue) = 20+72+27=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #14481B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14481B is #EBB7E4. Grayscale: #333333. Windows color (decimal): -15448037 or 1787924. OLE color: 1787924.

HSL color Cylindrical-coordinate representation of color #14481B: hue angle of 128.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14481B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 27 -
CMYK 0.72 0 0.62 0.72
HSL 128.08º 0.57% 0.18% -
HSV(B) 128.08º 0.72% 0.28% -
XYZ 2.8 4.86 1.83 -
YUV 51.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 20 72 27 0.72 0 0.62 0.72 128.08 0.57 0.18
Hex 14 48 1B 48 0 3E 48 80 39 12
Octal 24 110 33 110 0 76 110 200 71 22
Binary 10100 1001000 11011 1001000 0 111110 1001000 10000000 111001 10010

Color Harmonies of #14481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14481B

Black with #14481B

Text Example


Text Example

White with #14481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14481B; }

 p { color: rgb(20,72,27); }

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

background-color css

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

 a { background-color: rgb(20,72,27); }

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

border-color css

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

 span { border-color: rgb(20,72,27); }

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