#192620

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

Shades of Cardin Green #192620

Tints of Cardin Green #192620

Color information

#192620 (or 0x192620) is unknown color: approx Cardin Green. HEX triplet: 19, 26 and 20. RGB value is (25,38,32). Sum of RGB (Red+Green+Blue) = 25+38+32=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 38 - color contains mainly: green. Hex color #192620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192620 is #E6D9DF. Grayscale: #212121. Windows color (decimal): -15129056 or 2106905. OLE color: 2106905.

HSL color Cylindrical-coordinate representation of color #192620: hue angle of 152.31º 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 #192620 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB253832-
CMYK0.3400.160.85
HSL152.31º20.63%12.35%-
HSV(B)152.31º34.21%14.9%-
XYZ1.351.71.62-
YUV33.43127.19121.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.32%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=26.32%
G=40%
B=33.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2538320.3400.160.85152.3120.6312.35
Hex19262022010559815c
Octal314640420201252302514
Binary11001100110100000100010010000101010110011000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192620; }

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

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

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

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

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

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

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

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