#19372A

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

Shades of Cardin Green #19372A

Tints of Cardin Green #19372A

Color information

#19372A (or 0x19372A) is unknown color: approx Cardin Green. HEX triplet: 19, 37 and 2A. RGB value is (25,55,42). Sum of RGB (Red+Green+Blue) = 25+55+42=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #19372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19372A is #E6C8D5. Grayscale: #2C2C2C. Windows color (decimal): -15124694 or 2766617. OLE color: 2766617.

HSL color Cylindrical-coordinate representation of color #19372A: hue angle of 154º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #19372A is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB255542-
CMYK0.5500.240.78
HSL154º37.5%15.69%-
HSV(B)154º54.55%21.57%-
XYZ2.193.112.67-
YUV44.55126.56114.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 55 (21.88% from 255) = 45.08%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=20.49%
G=45.08%
B=34.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555420.5500.240.7815437.515.69
Hex19372A370184E9a2610
Octal316752670301162324620
Binary1100111011110101011011101100010011101001101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19372A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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