Html Css Color HEX #133A10 Myrtle

📋 copy color: '#133A10'

red 19 ◦ green 58 ◦ blue 16

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

Shades of Myrtle #133A10

Tints of Myrtle #133A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 62.37%

 BLUE value IS 16 (6.64% from 255) = 17.2%

R = 20.43%
G = 62.37%
B = 17.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.72

 K value IS 0.77

RGB Variations

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

Color information

#133A10 (or 0x133A10) is known color: Myrtle. HEX triplet: 13, 3A and 10. RGB value is (19,58,16). Sum of RGB (Red+Green+Blue) = 19+58+16=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #133A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133A10 is #ECC5EF. Grayscale: #292929. Windows color (decimal): -15517168 or 1063443. OLE color: 1063443.

HSL color Cylindrical-coordinate representation of color #133A10: hue angle of 115.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133A10 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 16 -
CMYK 0.67 0 0.72 0.77
HSL 115.71º 0.57% 0.15% -
HSV(B) 115.71º 0.72% 0.23% -
XYZ 1.88 3.2 1.01 -
YUV 41.55 113.58 111.92 -
System Red Green Blue C M Y K H S L
Decimal 19 58 16 0.67 0 0.72 0.77 115.71 0.57 0.15
Hex 13 3A 10 43 0 48 4D 74 39 F
Octal 23 72 20 103 0 110 115 164 71 17
Binary 10011 111010 10000 1000011 0 1001000 1001101 1110100 111001 1111

Color Harmonies of #133A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A10

Black with #133A10

Text Example


Text Example

White with #133A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A10; }

 p { color: rgb(19,58,16); }

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

background-color css

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

 a { background-color: rgb(19,58,16); }

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

border-color css

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

 span { border-color: rgb(19,58,16); }

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