#19352A

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

Shades of Cardin Green #19352A

Tints of Cardin Green #19352A

Color information

#19352A (or 0x19352A) is unknown color: approx Cardin Green. HEX triplet: 19, 35 and 2A. RGB value is (25,53,42). Sum of RGB (Red+Green+Blue) = 25+53+42=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #19352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19352A is #E6CAD5. Grayscale: #2B2B2B. Windows color (decimal): -15125206 or 2766105. OLE color: 2766105.

HSL color Cylindrical-coordinate representation of color #19352A: hue angle of 156.43º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #19352A is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB255342-
CMYK0.5300.210.79
HSL156.43º35.9%15.29%-
HSV(B)156.43º52.83%20.78%-
XYZ2.092.922.64-
YUV43.37127.22114.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 42 (16.80% from 255) = 35%
R=20.83%
G=44.17%
B=35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2553420.5300.210.79156.4335.915.29
Hex19352A350154F9c24f
Octal316552650251172344417
Binary110011101011010101101010101011001111100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19352A; }

 p { color: rgb(25,53,42); }

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

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

 a { background-color: rgb(25,53,42); }

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

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

 span { border-color: rgb(25,53,42); }

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