#102619

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

Shades of Cardin Green #102619

Tints of Cardin Green #102619

Color information

#102619 (or 0x102619) is unknown color: approx Cardin Green. HEX triplet: 10, 26 and 19. RGB value is (16,38,25). Sum of RGB (Red+Green+Blue) = 16+38+25=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #102619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102619 is #EFD9E6. Grayscale: #1D1D1D. Windows color (decimal): -15718887 or 1648144. OLE color: 1648144.

HSL color Cylindrical-coordinate representation of color #102619: hue angle of 144.55º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #102619 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.

Color convert

RGB163825-
CMYK0.5800.340.85
HSL144.55º40.74%10.59%-
HSV(B)144.55º57.89%14.9%-
XYZ1.081.571.17-
YUV29.94125.21118.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 38 (15.23% from 255) = 48.10%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=20.25%
G=48.10%
B=31.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1638250.5800.340.85144.5540.7410.59
Hex1026193A022559129b
Octal204631720421252215113
Binary100001001101100111101001000101010101100100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102619; }

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

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

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

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

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

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

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

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