#113421

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

Shades of Cardin Green #113421

Tints of Cardin Green #113421

Color information

#113421 (or 0x113421) is unknown color: approx Cardin Green. HEX triplet: 11, 34 and 21. RGB value is (17,52,33). Sum of RGB (Red+Green+Blue) = 17+52+33=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #113421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113421 is #EECBDE. Grayscale: #272727. Windows color (decimal): -15649759 or 2176017. OLE color: 2176017.

HSL color Cylindrical-coordinate representation of color #113421: hue angle of 147.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 #113421 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB175233-
CMYK0.6700.370.80
HSL147.43º50.72%13.53%-
HSV(B)147.43º67.31%20.39%-
XYZ1.732.681.87-
YUV39.37124.4112.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=16.67%
G=50.98%
B=32.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752330.6700.370.80147.4350.7213.53
Hex11342143025509333e
Octal2164411030451202236316
Binary10001110100100001100001101001011010000100100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113421; }

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

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

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

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

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

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

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

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