#102418

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

Shades of Cardin Green #102418

Tints of Cardin Green #102418

Color information

#102418 (or 0x102418) is unknown color: approx Cardin Green. HEX triplet: 10, 24 and 18. RGB value is (16,36,24). Sum of RGB (Red+Green+Blue) = 16+36+24=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #102418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102418 is #EFDBE7. Grayscale: #1C1C1C. Windows color (decimal): -15719400 or 1582096. OLE color: 1582096.

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

Color convert

RGB163624-
CMYK0.5600.330.86
HSL144º38.46%10.2%-
HSV(B)144º55.56%14.12%-
XYZ1.011.441.09-
YUV28.65125.37118.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 36 (14.45% from 255) = 47.37%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=21.05%
G=47.37%
B=31.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1636240.5600.330.8614438.4610.2
Hex10241838021569026a
Octal204430700411262204612
Binary100001001001100011100001000011010110100100001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102418; }

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

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

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

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

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

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

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

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