Html Css Color HEX #113228 Dark Green

📋 copy color: '#113228'

red 17 ◦ green 50 ◦ blue 40

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

Shades of Dark Green #113228

Tints of Dark Green #113228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 37.38%

R = 15.89%
G = 46.73%
B = 37.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#113228 (or 0x113228) is known color: Dark Green. HEX triplet: 11, 32 and 28. RGB value is (17,50,40). Sum of RGB (Red+Green+Blue) = 17+50+40=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #113228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113228 is #EECDD7. Grayscale: #272727. Windows color (decimal): -15650264 or 2634257. OLE color: 2634257.

HSL color Cylindrical-coordinate representation of color #113228: hue angle of 161.82º 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 #113228 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 40 -
CMYK 0.66 0 0.20 0.80
HSL 161.82º 0.49% 0.13% -
HSV(B) 161.82º 0.66% 0.2% -
XYZ 1.75 2.55 2.41 -
YUV 38.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 17 50 40 0.66 0 0.20 0.80 161.82 0.49 0.13
Hex 11 32 28 42 0 14 50 A2 31 D
Octal 21 62 50 102 0 24 120 242 61 15
Binary 10001 110010 101000 1000010 0 10100 1010000 10100010 110001 1101

Color Harmonies of #113228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113228

Black with #113228

Text Example


Text Example

White with #113228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113228; }

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

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

background-color css

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

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

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

border-color css

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

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

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