#103426

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

Shades of Cardin Green #103426

Tints of Cardin Green #103426

Color information

#103426 (or 0x103426) is unknown color: approx Cardin Green. HEX triplet: 10, 34 and 26. RGB value is (16,52,38). Sum of RGB (Red+Green+Blue) = 16+52+38=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #103426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103426 is #EFCBD9. Grayscale: #272727. Windows color (decimal): -15715290 or 2503696. OLE color: 2503696.

HSL color Cylindrical-coordinate representation of color #103426: hue angle of 156.67º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103426 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB165238-
CMYK0.6900.270.80
HSL156.67º52.94%13.33%-
HSV(B)156.67º69.23%20.39%-
XYZ1.792.712.26-
YUV39.64127.07111.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=15.09%
G=49.06%
B=35.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1652380.6900.270.80156.6752.9413.33
Hex1034264501B509d35d
Octal2064461050331202356515
Binary1000011010010011010001010110111010000100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103426; }

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

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

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

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

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

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

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

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