#113825

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

Shades of Cardin Green #113825

Tints of Cardin Green #113825

Color information

#113825 (or 0x113825) is unknown color: approx Cardin Green. HEX triplet: 11, 38 and 25. RGB value is (17,56,37). Sum of RGB (Red+Green+Blue) = 17+56+37=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #113825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113825 is #EEC7DA. Grayscale: #2A2A2A. Windows color (decimal): -15648731 or 2439185. OLE color: 2439185.

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

Color convert

RGB175637-
CMYK0.7000.340.78
HSL150.77º53.42%14.31%-
HSV(B)150.77º69.64%21.96%-
XYZ1.983.082.24-
YUV42.17125.08110.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=15.45%
G=50.91%
B=33.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756370.7000.340.78150.7753.4214.31
Hex113825460224E9735e
Octal2170451060421162276516
Binary10001111000100101100011001000101001110100101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113825; }

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

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

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

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

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

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

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

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