Html Css Color HEX #113E2D Zuccini

📋 copy color: '#113E2D'

red 17 ◦ green 62 ◦ blue 45

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

Shades of Zuccini #113E2D

Tints of Zuccini #113E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 50%

 BLUE value IS 45 (17.97% from 255) = 36.29%

R = 13.71%
G = 50%
B = 36.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#113E2D (or 0x113E2D) is known color: Zuccini. HEX triplet: 11, 3E and 2D. RGB value is (17,62,45). Sum of RGB (Red+Green+Blue) = 17+62+45=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #113E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E2D is #EEC1D2. Grayscale: #2E2E2E. Windows color (decimal): -15647187 or 2965009. OLE color: 2965009.

HSL color Cylindrical-coordinate representation of color #113E2D: hue angle of 157.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E2D is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 62 45 -
CMYK 0.73 0 0.27 0.76
HSL 157.33º 0.57% 0.15% -
HSV(B) 157.33º 0.73% 0.24% -
XYZ 2.43 3.75 3.08 -
YUV 46.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 17 62 45 0.73 0 0.27 0.76 157.33 0.57 0.15
Hex 11 3E 2D 49 0 1B 4C 9D 39 F
Octal 21 76 55 111 0 33 114 235 71 17
Binary 10001 111110 101101 1001001 0 11011 1001100 10011101 111001 1111

Color Harmonies of #113E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E2D

Black with #113E2D

Text Example


Text Example

White with #113E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,62,45); }

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

background-color css

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

 a { background-color: rgb(17,62,45); }

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

border-color css

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

 span { border-color: rgb(17,62,45); }

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