#103323

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

Shades of Cardin Green #103323

Tints of Cardin Green #103323

Color information

#103323 (or 0x103323) is unknown color: approx Cardin Green. HEX triplet: 10, 33 and 23. RGB value is (16,51,35). Sum of RGB (Red+Green+Blue) = 16+51+35=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #103323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103323 is #EFCCDC. Grayscale: #262626. Windows color (decimal): -15715549 or 2306832. OLE color: 2306832.

HSL color Cylindrical-coordinate representation of color #103323: hue angle of 152.57º degrees, saturation: 0.52, 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 #103323 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB165135-
CMYK0.6900.310.8
HSL152.57º52.24%13.14%-
HSV(B)152.57º68.63%20%-
XYZ1.72.62-
YUV38.71125.9111.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 51 (20.31% from 255) = 50%
BLUE value IS 35 (14.06% from 255) = 34.31%
R=15.69%
G=50%
B=34.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651350.6900.310.8152.5752.2413.14
Hex1033234501F509934d
Octal2063431050371202316415
Binary1000011001110001110001010111111010000100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103323; }

 p { color: rgb(16,51,35); }

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

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

 a { background-color: rgb(16,51,35); }

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

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

 span { border-color: rgb(16,51,35); }

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