Html Css Color HEX #133F04 Myrtle

📋 copy color: '#133F04'

red 19 ◦ green 63 ◦ blue 4

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

Shades of Myrtle #133F04

Tints of Myrtle #133F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.65%

R = 22.09%
G = 73.26%
B = 4.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#133F04 (or 0x133F04) is known color: Myrtle. HEX triplet: 13, 3F and 04. RGB value is (19,63,4). Sum of RGB (Red+Green+Blue) = 19+63+4=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 63 (25% from 255 or 73.26% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 63 - color contains mainly: green. Hex color #133F04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133F04 is #ECC0FB. Grayscale: #2B2B2B. Windows color (decimal): -15515900 or 278291. OLE color: 278291.

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

Color convert

RGB 19 63 4 -
CMYK 0.70 0 0.94 0.75
HSL 104.75º 0.88% 0.13% -
HSV(B) 104.75º 0.94% 0.25% -
XYZ 2.07 3.7 0.72 -
YUV 43.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 19 63 4 0.70 0 0.94 0.75 104.75 0.88 0.13
Hex 13 3F 4 46 0 5E 4B 69 58 D
Octal 23 77 4 106 0 136 113 151 130 15
Binary 10011 111111 100 1000110 0 1011110 1001011 1101001 1011000 1101

Color Harmonies of #133F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F04

Black with #133F04

Text Example


Text Example

White with #133F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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