#123524

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

Shades of Cardin Green #123524

Tints of Cardin Green #123524

Color information

#123524 (or 0x123524) is unknown color: approx Cardin Green. HEX triplet: 12, 35 and 24. RGB value is (18,53,36). Sum of RGB (Red+Green+Blue) = 18+53+36=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #123524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123524 is #EDCADB. Grayscale: #282828. Windows color (decimal): -15583964 or 2372882. OLE color: 2372882.

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

Color convert

RGB185336-
CMYK0.6600.320.79
HSL150.86º49.3%13.92%-
HSV(B)150.86º66.04%20.78%-
XYZ1.842.82.11-
YUV40.6125.4111.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 53 (21.09% from 255) = 49.53%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=16.82%
G=49.53%
B=33.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853360.6600.320.79150.8649.313.92
Hex123524420204F9731e
Octal2265441020401172276116
Binary10010110101100100100001001000001001111100101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123524; }

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

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

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

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

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

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

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

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