Html Css Color HEX #133F10 Myrtle

📋 copy color: '#133F10'

red 19 ◦ green 63 ◦ blue 16

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

Shades of Myrtle #133F10

Tints of Myrtle #133F10

RGB

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

 GREEN value IS 63 (25% from 255) = 64.29%

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

R = 19.39%
G = 64.29%
B = 16.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#133F10 (or 0x133F10) is known color: Myrtle. HEX triplet: 13, 3F and 10. RGB value is (19,63,16). Sum of RGB (Red+Green+Blue) = 19+63+16=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 63 (25% from 255 or 64.29% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 63 - color contains mainly: green. Hex color #133F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F10 is #ECC0EF. Grayscale: #2C2C2C. Windows color (decimal): -15515888 or 1064723. OLE color: 1064723.

HSL color Cylindrical-coordinate representation of color #133F10: hue angle of 116.17º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133F10 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 16 -
CMYK 0.70 0 0.75 0.75
HSL 116.17º 0.59% 0.15% -
HSV(B) 116.17º 0.75% 0.25% -
XYZ 2.14 3.73 1.1 -
YUV 44.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 19 63 16 0.70 0 0.75 0.75 116.17 0.59 0.15
Hex 13 3F 10 46 0 4B 4B 74 3B F
Octal 23 77 20 106 0 113 113 164 73 17
Binary 10011 111111 10000 1000110 0 1001011 1001011 1110100 111011 1111

Color Harmonies of #133F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F10

Black with #133F10

Text Example


Text Example

White with #133F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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