#123424

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

Shades of Cardin Green #123424

Tints of Cardin Green #123424

Color information

#123424 (or 0x123424) is unknown color: approx Cardin Green. HEX triplet: 12, 34 and 24. RGB value is (18,52,36). Sum of RGB (Red+Green+Blue) = 18+52+36=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #123424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123424 is #EDCBDB. Grayscale: #282828. Windows color (decimal): -15584220 or 2372626. OLE color: 2372626.

HSL color Cylindrical-coordinate representation of color #123424: hue angle of 151.76º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123424 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB185236-
CMYK0.6500.310.80
HSL151.76º48.57%13.73%-
HSV(B)151.76º65.38%20.39%-
XYZ1.82.712.1-
YUV40.01125.74112.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=16.98%
G=49.06%
B=33.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852360.6500.310.80151.7648.5713.73
Hex1234244101F509831e
Octal2264441010371202306116
Binary1001011010010010010000010111111010000100110001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123424; }

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

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

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

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

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

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

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

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