Html Css Color HEX #113529 Dark Green

📋 copy color: '#113529'

red 17 ◦ green 53 ◦ blue 41

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

Shades of Dark Green #113529

Tints of Dark Green #113529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 47.75%

 BLUE value IS 41 (16.41% from 255) = 36.94%

R = 15.32%
G = 47.75%
B = 36.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#113529 (or 0x113529) is known color: Dark Green. HEX triplet: 11, 35 and 29. RGB value is (17,53,41). Sum of RGB (Red+Green+Blue) = 17+53+41=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #113529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113529 is #EECAD6. Grayscale: #282828. Windows color (decimal): -15649495 or 2700561. OLE color: 2700561.

HSL color Cylindrical-coordinate representation of color #113529: hue angle of 160º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113529 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 53 41 -
CMYK 0.68 0 0.23 0.79
HSL 160º 0.51% 0.14% -
HSV(B) 160º 0.68% 0.21% -
XYZ 1.9 2.83 2.54 -
YUV 40.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 17 53 41 0.68 0 0.23 0.79 160 0.51 0.14
Hex 11 35 29 44 0 17 4F A0 33 E
Octal 21 65 51 104 0 27 117 240 63 16
Binary 10001 110101 101001 1000100 0 10111 1001111 10100000 110011 1110

Color Harmonies of #113529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113529

Black with #113529

Text Example


Text Example

White with #113529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113529; }

 p { color: rgb(17,53,41); }

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

background-color css

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

 a { background-color: rgb(17,53,41); }

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

border-color css

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

 span { border-color: rgb(17,53,41); }

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