Html Css Color HEX #113227 Dark Green

📋 copy color: '#113227'

red 17 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #113227

Tints of Dark Green #113227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

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

R = 16.04%
G = 47.17%
B = 36.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#113227 (or 0x113227) is known color: Dark Green. HEX triplet: 11, 32 and 27. RGB value is (17,50,39). Sum of RGB (Red+Green+Blue) = 17+50+39=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #113227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113227 is #EECDD8. Grayscale: #262626. Windows color (decimal): -15650265 or 2568721. OLE color: 2568721.

HSL color Cylindrical-coordinate representation of color #113227: hue angle of 160º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113227 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 39 -
CMYK 0.66 0 0.22 0.80
HSL 160º 0.49% 0.13% -
HSV(B) 160º 0.66% 0.2% -
XYZ 1.74 2.55 2.32 -
YUV 38.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 17 50 39 0.66 0 0.22 0.80 160 0.49 0.13
Hex 11 32 27 42 0 16 50 A0 31 D
Octal 21 62 47 102 0 26 120 240 61 15
Binary 10001 110010 100111 1000010 0 10110 1010000 10100000 110001 1101

Color Harmonies of #113227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113227

Black with #113227

Text Example


Text Example

White with #113227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113227; }

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

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

background-color css

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

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

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

border-color css

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

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

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