Html Css Color HEX #113D04 Myrtle

📋 copy color: '#113D04'

red 17 ◦ green 61 ◦ blue 4

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

Shades of Myrtle #113D04

Tints of Myrtle #113D04

RGB

 RED value IS 17 (7.03% from 255) = 20.73%

 GREEN value IS 61 (24.22% from 255) = 74.39%

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

R = 20.73%
G = 74.39%
B = 4.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#113D04 (or 0x113D04) is known color: Myrtle. HEX triplet: 11, 3D and 04. RGB value is (17,61,4). Sum of RGB (Red+Green+Blue) = 17+61+4=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #113D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113D04 is #EEC2FB. Grayscale: #292929. Windows color (decimal): -15647484 or 277777. OLE color: 277777.

HSL color Cylindrical-coordinate representation of color #113D04: hue angle of 106.32º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113D04 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 61 4 -
CMYK 0.72 0 0.93 0.76
HSL 106.32º 0.88% 0.13% -
HSV(B) 106.32º 0.93% 0.24% -
XYZ 1.92 3.47 0.68 -
YUV 41.35 106.92 110.63 -
System Red Green Blue C M Y K H S L
Decimal 17 61 4 0.72 0 0.93 0.76 106.32 0.88 0.13
Hex 11 3D 4 48 0 5D 4C 6A 58 D
Octal 21 75 4 110 0 135 114 152 130 15
Binary 10001 111101 100 1001000 0 1011101 1001100 1101010 1011000 1101

Color Harmonies of #113D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D04

Black with #113D04

Text Example


Text Example

White with #113D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113D04; }

 p { color: rgb(17,61,4); }

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

background-color css

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

 a { background-color: rgb(17,61,4); }

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

border-color css

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

 span { border-color: rgb(17,61,4); }

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