Html Css Color HEX #113A00 Myrtle

📋 copy color: '#113A00'

red 17 ◦ green 58 ◦ blue 0

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

Shades of Myrtle #113A00

Tints of Myrtle #113A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.67%
G = 77.33%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#113A00 (or 0x113A00) is known color: Myrtle. HEX triplet: 11, 3A and 00. RGB value is (17,58,0). Sum of RGB (Red+Green+Blue) = 17+58+0=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 58 (23.05% from 255 or 77.33% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 58 - color contains mainly: green. Hex color #113A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113A00 is #EEC5FF. Grayscale: #272727. Windows color (decimal): -15648256 or 14865. OLE color: 14865.

HSL color Cylindrical-coordinate representation of color #113A00: hue angle of 102.41º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #113A00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 17 58 0 -
CMYK 0.71 0 1 0.77
HSL 102.41º 1% 0.11% -
HSV(B) 102.41º 1% 0.23% -
XYZ 1.74 3.15 0.52 -
YUV 39.13 105.92 112.22 -
System Red Green Blue C M Y K H S L
Decimal 17 58 0 0.71 0 1 0.77 102.41 1 0.11
Hex 11 3A 0 47 0 64 4D 66 64 B
Octal 21 72 0 107 0 144 115 146 144 13
Binary 10001 111010 0 1000111 0 1100100 1001101 1100110 1100100 1011

Color Harmonies of #113A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A00

Black with #113A00

Text Example


Text Example

White with #113A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,58,0); }

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

background-color css

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

 a { background-color: rgb(17,58,0); }

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

border-color css

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

 span { border-color: rgb(17,58,0); }

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