#11392B

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

Shades of Cardin Green #11392B

Tints of Cardin Green #11392B

Color information

#11392B (or 0x11392B) is unknown color: approx Cardin Green. HEX triplet: 11, 39 and 2B. RGB value is (17,57,43). Sum of RGB (Red+Green+Blue) = 17+57+43=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #11392B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11392B is #EEC6D4. Grayscale: #2B2B2B. Windows color (decimal): -15648469 or 2832657. OLE color: 2832657.

HSL color Cylindrical-coordinate representation of color #11392B: hue angle of 159º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11392B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB175743-
CMYK0.7000.250.78
HSL159º54.05%14.51%-
HSV(B)159º70.18%22.35%-
XYZ2.133.222.79-
YUV43.44127.75109.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 57 (22.66% from 255) = 48.72%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=14.53%
G=48.72%
B=36.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1757430.7000.250.7815954.0514.51
Hex11392B460194E9f36f
Octal2171531060311162376617
Binary1000111100110101110001100110011001110100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11392B; }

 p { color: rgb(17,57,43); }

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

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

 a { background-color: rgb(17,57,43); }

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

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

 span { border-color: rgb(17,57,43); }

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