#103521

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

Shades of Cardin Green #103521

Tints of Cardin Green #103521

Color information

#103521 (or 0x103521) is unknown color: approx Cardin Green. HEX triplet: 10, 35 and 21. RGB value is (16,53,33). Sum of RGB (Red+Green+Blue) = 16+53+33=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #103521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103521 is #EFCADE. Grayscale: #272727. Windows color (decimal): -15715039 or 2176272. OLE color: 2176272.

HSL color Cylindrical-coordinate representation of color #103521: hue angle of 147.57º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #103521 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB165333-
CMYK0.7000.380.79
HSL147.57º53.62%13.53%-
HSV(B)147.57º69.81%20.78%-
XYZ1.762.771.88-
YUV39.66124.24111.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 53 (21.09% from 255) = 51.96%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=15.69%
G=51.96%
B=32.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1653330.7000.380.79147.5753.6213.53
Hex103521460264F9436e
Octal2065411060461172246616
Binary10000110101100001100011001001101001111100101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103521; }

 p { color: rgb(16,53,33); }

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

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

 a { background-color: rgb(16,53,33); }

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

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

 span { border-color: rgb(16,53,33); }

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