Html Css Color HEX #11392D Sherwood Green

📋 copy color: '#11392D'

red 17 ◦ green 57 ◦ blue 45

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

Shades of Sherwood Green #11392D

Tints of Sherwood Green #11392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.9%

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

R = 14.29%
G = 47.9%
B = 37.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#11392D (or 0x11392D) is known color: Sherwood Green. HEX triplet: 11, 39 and 2D. RGB value is (17,57,45). Sum of RGB (Red+Green+Blue) = 17+57+45=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #11392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11392D is #EEC6D2. Grayscale: #2B2B2B. Windows color (decimal): -15648467 or 2963729. OLE color: 2963729.

HSL color Cylindrical-coordinate representation of color #11392D: hue angle of 162º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11392D is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 57 45 -
CMYK 0.70 0 0.21 0.78
HSL 162º 0.54% 0.15% -
HSV(B) 162º 0.7% 0.22% -
XYZ 2.17 3.23 2.99 -
YUV 43.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 17 57 45 0.70 0 0.21 0.78 162 0.54 0.15
Hex 11 39 2D 46 0 15 4E A2 36 F
Octal 21 71 55 106 0 25 116 242 66 17
Binary 10001 111001 101101 1000110 0 10101 1001110 10100010 110110 1111

Color Harmonies of #11392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11392D

Black with #11392D

Text Example


Text Example

White with #11392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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