#102419

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

Shades of Cardin Green #102419

Tints of Cardin Green #102419

Color information

#102419 (or 0x102419) is unknown color: approx Cardin Green. HEX triplet: 10, 24 and 19. RGB value is (16,36,25). Sum of RGB (Red+Green+Blue) = 16+36+25=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 36 - color contains mainly: green. Hex color #102419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102419 is #EFDBE6. Grayscale: #1C1C1C. Windows color (decimal): -15719399 or 1647632. OLE color: 1647632.

HSL color Cylindrical-coordinate representation of color #102419: hue angle of 147º 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 #102419 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB163625-
CMYK0.5600.310.86
HSL147º38.46%10.2%-
HSV(B)147º55.56%14.12%-
XYZ1.021.441.14-
YUV28.77125.87118.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 36 (14.45% from 255) = 46.75%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=20.78%
G=46.75%
B=32.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1636250.5600.310.8614738.4610.2
Hex1024193801F569326a
Octal204431700371262234612
Binary10000100100110011110000111111010110100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102419; }

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

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

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

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

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

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

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

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