#123526

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

Shades of Cardin Green #123526

Tints of Cardin Green #123526

Color information

#123526 (or 0x123526) is unknown color: approx Cardin Green. HEX triplet: 12, 35 and 26. RGB value is (18,53,38). Sum of RGB (Red+Green+Blue) = 18+53+38=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #123526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123526 is #EDCAD9. Grayscale: #282828. Windows color (decimal): -15583962 or 2503954. OLE color: 2503954.

HSL color Cylindrical-coordinate representation of color #123526: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123526 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB185338-
CMYK0.6600.280.79
HSL154.29º49.3%13.92%-
HSV(B)154.29º66.04%20.78%-
XYZ1.872.812.28-
YUV40.82126.4111.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 53 (21.09% from 255) = 48.62%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=16.51%
G=48.62%
B=34.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853380.6600.280.79154.2949.313.92
Hex1235264201C4F9a31e
Octal2265461020341172326116
Binary1001011010110011010000100111001001111100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123526; }

 p { color: rgb(18,53,38); }

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

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

 a { background-color: rgb(18,53,38); }

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

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

 span { border-color: rgb(18,53,38); }

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