#113927

Color #113927 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #113927

Tints of Cardin Green #113927

Color information

#113927 (or 0x113927) is unknown color: approx Cardin Green. HEX triplet: 11, 39 and 27. RGB value is (17,57,39). Sum of RGB (Red+Green+Blue) = 17+57+39=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #113927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113927 is #EEC6D8. Grayscale: #2B2B2B. Windows color (decimal): -15648473 or 2570513. OLE color: 2570513.

HSL color Cylindrical-coordinate representation of color #113927: hue angle of 153º 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 #113927 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB175739-
CMYK0.7000.320.78
HSL153º54.05%14.51%-
HSV(B)153º70.18%22.35%-
XYZ2.063.192.43-
YUV42.99125.75109.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.04%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=15.04%
G=50.44%
B=34.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757390.7000.320.7815354.0514.51
Hex113927460204E9936f
Octal2171471060401162316617
Binary10001111001100111100011001000001001110100110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113927; }

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

 H1.HeaderClassName
 {
   color: #113927;
 }
 .AnyTagClassName
 {
   color: #113927;
 }
</style>
background-color css

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

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

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

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

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

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