#193425

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

Shades of Cardin Green #193425

Tints of Cardin Green #193425

Color information

#193425 (or 0x193425) is unknown color: approx Cardin Green. HEX triplet: 19, 34 and 25. RGB value is (25,52,37). Sum of RGB (Red+Green+Blue) = 25+52+37=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #193425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193425 is #E6CBDA. Grayscale: #2A2A2A. Windows color (decimal): -15125467 or 2438169. OLE color: 2438169.

HSL color Cylindrical-coordinate representation of color #193425: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193425 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB255237-
CMYK0.5200.290.80
HSL146.67º35.06%15.1%-
HSV(B)146.67º51.92%20.39%-
XYZ1.962.82.19-
YUV42.22125.05115.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=21.93%
G=45.61%
B=32.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2552370.5200.290.80146.6735.0615.1
Hex1934253401D509323f
Octal316445640351202234317
Binary110011101001001011101000111011010000100100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193425; }

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

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

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

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

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

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

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

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