#192621

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

Shades of Cardin Green #192621

Tints of Cardin Green #192621

Color information

#192621 (or 0x192621) is unknown color: approx Cardin Green. HEX triplet: 19, 26 and 21. RGB value is (25,38,33). Sum of RGB (Red+Green+Blue) = 25+38+33=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 33 (13.28% from 255 or 34.38% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #192621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192621 is #E6D9DE. Grayscale: #212121. Windows color (decimal): -15129055 or 2172441. OLE color: 2172441.

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

Color convert

RGB253833-
CMYK0.3400.130.85
HSL156.92º20.63%12.35%-
HSV(B)156.92º34.21%14.9%-
XYZ1.371.71.7-
YUV33.54127.69121.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.04%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 33 (13.28% from 255) = 34.38%
R=26.04%
G=39.58%
B=34.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2538330.3400.130.85156.9220.6312.35
Hex192621220D559d15c
Octal314641420151252352514
Binary1100110011010000110001001101101010110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192621; }

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

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

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

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

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

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

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

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