#102719

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

Shades of Cardin Green #102719

Tints of Cardin Green #102719

Color information

#102719 (or 0x102719) is unknown color: approx Cardin Green. HEX triplet: 10, 27 and 19. RGB value is (16,39,25). Sum of RGB (Red+Green+Blue) = 16+39+25=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #102719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102719 is #EFD8E6. Grayscale: #1E1E1E. Windows color (decimal): -15718631 or 1648400. OLE color: 1648400.

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

Color convert

RGB163925-
CMYK0.5900.360.85
HSL143.48º41.82%10.78%-
HSV(B)143.48º58.97%15.29%-
XYZ1.111.631.18-
YUV30.53124.88117.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 25 (10.16% from 255) = 31.25%
R=20%
G=48.75%
B=31.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639250.5900.360.85143.4841.8210.78
Hex1027193B024558f2ab
Octal204731730441252175213
Binary100001001111100111101101001001010101100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102719; }

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

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

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

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

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

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

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

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