#113223

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

Shades of Cardin Green #113223

Tints of Cardin Green #113223

Color information

#113223 (or 0x113223) is unknown color: approx Cardin Green. HEX triplet: 11, 32 and 23. RGB value is (17,50,35). Sum of RGB (Red+Green+Blue) = 17+50+35=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #113223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113223 is #EECDDC. Grayscale: #262626. Windows color (decimal): -15650269 or 2306577. OLE color: 2306577.

HSL color Cylindrical-coordinate representation of color #113223: hue angle of 152.73º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #113223 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB175035-
CMYK0.6600.300.80
HSL152.73º49.25%13.14%-
HSV(B)152.73º66%19.61%-
XYZ1.682.521.99-
YUV38.42126.07112.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 50 (19.92% from 255) = 49.02%
BLUE value IS 35 (14.06% from 255) = 34.31%
R=16.67%
G=49.02%
B=34.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750350.6600.300.80152.7349.2513.14
Hex1132234201E509931d
Octal2162431020361202316115
Binary1000111001010001110000100111101010000100110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113223; }

 p { color: rgb(17,50,35); }

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

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

 a { background-color: rgb(17,50,35); }

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

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

 span { border-color: rgb(17,50,35); }

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