Html Css Color HEX #133F03 Myrtle

📋 copy color: '#133F03'

red 19 ◦ green 63 ◦ blue 3

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

Shades of Myrtle #133F03

Tints of Myrtle #133F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.53%

R = 22.35%
G = 74.12%
B = 3.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#133F03 (or 0x133F03) is known color: Myrtle. HEX triplet: 13, 3F and 03. RGB value is (19,63,3). Sum of RGB (Red+Green+Blue) = 19+63+3=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 63 (25% from 255 or 74.12% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 63 - color contains mainly: green. Hex color #133F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F03 is #ECC0FC. Grayscale: #2B2B2B. Windows color (decimal): -15515901 or 212755. OLE color: 212755.

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

Color convert

RGB 19 63 3 -
CMYK 0.70 0 0.95 0.75
HSL 104º 0.91% 0.13% -
HSV(B) 104º 0.95% 0.25% -
XYZ 2.06 3.7 0.69 -
YUV 43 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 19 63 3 0.70 0 0.95 0.75 104 0.91 0.13
Hex 13 3F 3 46 0 5F 4B 68 5B D
Octal 23 77 3 106 0 137 113 150 133 15
Binary 10011 111111 11 1000110 0 1011111 1001011 1101000 1011011 1101

Color Harmonies of #133F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F03

Black with #133F03

Text Example


Text Example

White with #133F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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