#113423

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

Shades of Cardin Green #113423

Tints of Cardin Green #113423

Color information

#113423 (or 0x113423) is unknown color: approx Cardin Green. HEX triplet: 11, 34 and 23. RGB value is (17,52,35). Sum of RGB (Red+Green+Blue) = 17+52+35=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #113423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113423 is #EECBDC. Grayscale: #272727. Windows color (decimal): -15649757 or 2307089. OLE color: 2307089.

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

Color convert

RGB175235-
CMYK0.6700.330.80
HSL150.86º50.72%13.53%-
HSV(B)150.86º67.31%20.39%-
XYZ1.762.72.02-
YUV39.6125.4111.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.35%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=16.35%
G=50%
B=33.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752350.6700.330.80150.8650.7213.53
Hex11342343021509733e
Octal2164431030411202276316
Binary10001110100100011100001101000011010000100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113423; }

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

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

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

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

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

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

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

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