#113428

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

Shades of Cardin Green #113428

Tints of Cardin Green #113428

Color information

#113428 (or 0x113428) is unknown color: approx Cardin Green. HEX triplet: 11, 34 and 28. RGB value is (17,52,40). Sum of RGB (Red+Green+Blue) = 17+52+40=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #113428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113428 is #EECBD7. Grayscale: #282828. Windows color (decimal): -15649752 or 2634769. OLE color: 2634769.

HSL color Cylindrical-coordinate representation of color #113428: hue angle of 159.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113428 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB175240-
CMYK0.6700.230.80
HSL159.43º50.72%13.53%-
HSV(B)159.43º67.31%20.39%-
XYZ1.842.732.44-
YUV40.17127.9111.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=15.60%
G=47.71%
B=36.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752400.6700.230.80159.4350.7213.53
Hex11342843017509f33e
Octal2164501030271202376316
Binary1000111010010100010000110101111010000100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113428; }

 p { color: rgb(17,52,40); }

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

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

 a { background-color: rgb(17,52,40); }

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

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

 span { border-color: rgb(17,52,40); }

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