Html Css Color HEX #113E27 Zuccini

📋 copy color: '#113E27'

red 17 ◦ green 62 ◦ blue 39

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

Shades of Zuccini #113E27

Tints of Zuccini #113E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 33.05%

R = 14.41%
G = 52.54%
B = 33.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.76

RGB Variations

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

Color information

#113E27 (or 0x113E27) is known color: Zuccini. HEX triplet: 11, 3E and 27. RGB value is (17,62,39). Sum of RGB (Red+Green+Blue) = 17+62+39=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #113E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E27 is #EEC1D8. Grayscale: #2D2D2D. Windows color (decimal): -15647193 or 2571793. OLE color: 2571793.

HSL color Cylindrical-coordinate representation of color #113E27: hue angle of 149.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 #113E27 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 62 39 -
CMYK 0.73 0 0.37 0.76
HSL 149.33º 0.57% 0.15% -
HSV(B) 149.33º 0.73% 0.24% -
XYZ 2.32 3.71 2.51 -
YUV 45.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 17 62 39 0.73 0 0.37 0.76 149.33 0.57 0.15
Hex 11 3E 27 49 0 25 4C 95 39 F
Octal 21 76 47 111 0 45 114 225 71 17
Binary 10001 111110 100111 1001001 0 100101 1001100 10010101 111001 1111

Color Harmonies of #113E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E27

Black with #113E27

Text Example


Text Example

White with #113E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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