#103320

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

Shades of Cardin Green #103320

Tints of Cardin Green #103320

Color information

#103320 (or 0x103320) is unknown color: approx Cardin Green. HEX triplet: 10, 33 and 20. RGB value is (16,51,32). Sum of RGB (Red+Green+Blue) = 16+51+32=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #103320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103320 is #EFCCDF. Grayscale: #262626. Windows color (decimal): -15715552 or 2110224. OLE color: 2110224.

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

Color convert

RGB165132-
CMYK0.6900.370.8
HSL147.43º52.24%13.14%-
HSV(B)147.43º68.63%20%-
XYZ1.662.581.78-
YUV38.37124.4112.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=16.16%
G=51.52%
B=32.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651320.6900.370.8147.4352.2413.14
Hex10332045025509334d
Octal2063401050451202236415
Binary10000110011100000100010101001011010000100100111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103320; }

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

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

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

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

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

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

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

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