#113625

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

Shades of Cardin Green #113625

Tints of Cardin Green #113625

Color information

#113625 (or 0x113625) is unknown color: approx Cardin Green. HEX triplet: 11, 36 and 25. RGB value is (17,54,37). Sum of RGB (Red+Green+Blue) = 17+54+37=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #113625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113625 is #EEC9DA. Grayscale: #292929. Windows color (decimal): -15649243 or 2438673. OLE color: 2438673.

HSL color Cylindrical-coordinate representation of color #113625: hue angle of 152.43º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113625 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB175437-
CMYK0.6900.310.79
HSL152.43º52.11%13.92%-
HSV(B)152.43º68.52%21.18%-
XYZ1.882.892.21-
YUV41125.74110.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=15.74%
G=50%
B=34.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1754370.6900.310.79152.4352.1113.92
Hex1136254501F4F9834e
Octal2166451050371172306416
Binary1000111011010010110001010111111001111100110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113625; }

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

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

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

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

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

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

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

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