#123824

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

Shades of Cardin Green #123824

Tints of Cardin Green #123824

Color information

#123824 (or 0x123824) is unknown color: approx Cardin Green. HEX triplet: 12, 38 and 24. RGB value is (18,56,36). Sum of RGB (Red+Green+Blue) = 18+56+36=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #123824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123824 is #EDC7DB. Grayscale: #2A2A2A. Windows color (decimal): -15583196 or 2373650. OLE color: 2373650.

HSL color Cylindrical-coordinate representation of color #123824: hue angle of 148.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123824 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB185636-
CMYK0.6800.360.78
HSL148.42º51.35%14.51%-
HSV(B)148.42º67.86%21.96%-
XYZ1.983.082.16-
YUV42.36124.41110.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 56 (22.27% from 255) = 50.91%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=16.36%
G=50.91%
B=32.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856360.6800.360.78148.4251.3514.51
Hex123824440244E9433f
Octal2270441040441162246317
Binary10010111000100100100010001001001001110100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123824; }

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

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

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

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

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

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

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

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