Html Css Color HEX #133814 Myrtle

📋 copy color: '#133814'

red 19 ◦ green 56 ◦ blue 20

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

Shades of Myrtle #133814

Tints of Myrtle #133814

RGB

 RED value IS 19 (7.81% from 255) = 20%

 GREEN value IS 56 (22.27% from 255) = 58.95%

 BLUE value IS 20 (8.2% from 255) = 21.05%

R = 20%
G = 58.95%
B = 21.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#133814 (or 0x133814) is known color: Myrtle. HEX triplet: 13, 38 and 14. RGB value is (19,56,20). Sum of RGB (Red+Green+Blue) = 19+56+20=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 56 (22.27% from 255 or 58.95% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 56 - color contains mainly: green. Hex color #133814 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133814 is #ECC7EB. Grayscale: #282828. Windows color (decimal): -15517676 or 1325075. OLE color: 1325075.

HSL color Cylindrical-coordinate representation of color #133814: hue angle of 121.62º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133814 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 56 20 -
CMYK 0.66 0 0.64 0.78
HSL 121.62º 0.49% 0.15% -
HSV(B) 121.62º 0.66% 0.22% -
XYZ 1.81 3.02 1.15 -
YUV 40.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 19 56 20 0.66 0 0.64 0.78 121.62 0.49 0.15
Hex 13 38 14 42 0 40 4E 7A 31 F
Octal 23 70 24 102 0 100 116 172 61 17
Binary 10011 111000 10100 1000010 0 1000000 1001110 1111010 110001 1111

Color Harmonies of #133814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133814

Black with #133814

Text Example


Text Example

White with #133814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133814; }

 p { color: rgb(19,56,20); }

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

background-color css

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

 a { background-color: rgb(19,56,20); }

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

border-color css

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

 span { border-color: rgb(19,56,20); }

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