#103121

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

Shades of Cardin Green #103121

Tints of Cardin Green #103121

Color information

#103121 (or 0x103121) is unknown color: approx Cardin Green. HEX triplet: 10, 31 and 21. RGB value is (16,49,33). Sum of RGB (Red+Green+Blue) = 16+49+33=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #103121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103121 is #EFCEDE. Grayscale: #252525. Windows color (decimal): -15716063 or 2175248. OLE color: 2175248.

HSL color Cylindrical-coordinate representation of color #103121: hue angle of 150.91º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103121 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB164933-
CMYK0.6700.330.81
HSL150.91º50.77%12.75%-
HSV(B)150.91º67.35%19.22%-
XYZ1.592.421.82-
YUV37.31125.57112.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.33%
GREEN value IS 49 (19.53% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=16.33%
G=50%
B=33.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649330.6700.330.81150.9150.7712.75
Hex10312143021519733d
Octal2061411030411212276315
Binary10000110001100001100001101000011010001100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103121; }

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

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

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

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

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

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

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

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