#123426

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

Shades of Cardin Green #123426

Tints of Cardin Green #123426

Color information

#123426 (or 0x123426) is unknown color: approx Cardin Green. HEX triplet: 12, 34 and 26. RGB value is (18,52,38). Sum of RGB (Red+Green+Blue) = 18+52+38=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #123426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123426 is #EDCBD9. Grayscale: #282828. Windows color (decimal): -15584218 or 2503698. OLE color: 2503698.

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

Color convert

RGB185238-
CMYK0.6500.270.80
HSL155.29º48.57%13.73%-
HSV(B)155.29º65.38%20.39%-
XYZ1.832.722.26-
YUV40.24126.74112.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 52 (20.70% from 255) = 48.15%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=16.67%
G=48.15%
B=35.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852380.6500.270.80155.2948.5713.73
Hex1234264101B509b31e
Octal2264461010331202336116
Binary1001011010010011010000010110111010000100110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123426; }

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

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

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

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

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

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

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

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