#102318

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

Shades of Cardin Green #102318

Tints of Cardin Green #102318

Color information

#102318 (or 0x102318) is unknown color: approx Cardin Green. HEX triplet: 10, 23 and 18. RGB value is (16,35,24). Sum of RGB (Red+Green+Blue) = 16+35+24=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #102318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102318 is #EFDCE7. Grayscale: #1C1C1C. Windows color (decimal): -15719656 or 1581840. OLE color: 1581840.

HSL color Cylindrical-coordinate representation of color #102318: hue angle of 145.26º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #102318 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB163524-
CMYK0.5400.310.86
HSL145.26º37.25%10%-
HSV(B)145.26º54.29%13.73%-
XYZ0.981.381.08-
YUV28.06125.71119.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.33%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 24 (9.77% from 255) = 32%
R=21.33%
G=46.67%
B=32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635240.5400.310.86145.2637.2510
Hex1023183601F569125a
Octal204330660371262214512
Binary10000100011110001101100111111010110100100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102318; }

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

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

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

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

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

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

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

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