#113824

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

Shades of Cardin Green #113824

Tints of Cardin Green #113824

Color information

#113824 (or 0x113824) is unknown color: approx Cardin Green. HEX triplet: 11, 38 and 24. RGB value is (17,56,36). Sum of RGB (Red+Green+Blue) = 17+56+36=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #113824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113824 is #EEC7DB. Grayscale: #2A2A2A. Windows color (decimal): -15648732 or 2373649. OLE color: 2373649.

HSL color Cylindrical-coordinate representation of color #113824: hue angle of 149.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113824 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB175636-
CMYK0.7000.360.78
HSL149.23º53.42%14.31%-
HSV(B)149.23º69.64%21.96%-
XYZ1.963.072.16-
YUV42.06124.58110.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=15.60%
G=51.38%
B=33.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756360.7000.360.78149.2353.4214.31
Hex113824460244E9535e
Octal2170441060441162256516
Binary10001111000100100100011001001001001110100101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113824; }

 p { color: rgb(17,56,36); }

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

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

 a { background-color: rgb(17,56,36); }

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

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

 span { border-color: rgb(17,56,36); }

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