#102319

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

Shades of Cardin Green #102319

Tints of Cardin Green #102319

Color information

#102319 (or 0x102319) is unknown color: approx Cardin Green. HEX triplet: 10, 23 and 19. RGB value is (16,35,25). Sum of RGB (Red+Green+Blue) = 16+35+25=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #102319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102319 is #EFDCE6. Grayscale: #1C1C1C. Windows color (decimal): -15719655 or 1647376. OLE color: 1647376.

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

Color convert

RGB163525-
CMYK0.5400.290.86
HSL148.42º37.25%10%-
HSV(B)148.42º54.29%13.73%-
XYZ0.991.381.13-
YUV28.18126.21119.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=21.05%
G=46.05%
B=32.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1635250.5400.290.86148.4237.2510
Hex1023193601D569425a
Octal204331660351262244512
Binary10000100011110011101100111011010110100101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102319; }

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

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

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

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

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

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

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

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