#192522

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

Shades of Racing Green #192522

Tints of Racing Green #192522

Color information

#192522 (or 0x192522) is unknown color: approx Racing Green. HEX triplet: 19, 25 and 22. RGB value is (25,37,34). Sum of RGB (Red+Green+Blue) = 25+37+34=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 37 - color contains mainly: green. Hex color #192522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192522 is #E6DADD. Grayscale: #212121. Windows color (decimal): -15129310 or 2237721. OLE color: 2237721.

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

Color convert

RGB253734-
CMYK0.3200.080.85
HSL165º19.35%12.16%-
HSV(B)165º32.43%14.51%-
XYZ1.351.651.76-
YUV33.07128.52122.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.04%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=26.04%
G=38.54%
B=35.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537340.3200.080.8516519.3512.16
Hex192522200855a513c
Octal314542400101252452314
Binary1100110010110001010000001000101010110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192522; }

 p { color: rgb(25,37,34); }

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

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

 a { background-color: rgb(25,37,34); }

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

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

 span { border-color: rgb(25,37,34); }

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