#19362A

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

Shades of Cardin Green #19362A

Tints of Cardin Green #19362A

Color information

#19362A (or 0x19362A) is unknown color: approx Cardin Green. HEX triplet: 19, 36 and 2A. RGB value is (25,54,42). Sum of RGB (Red+Green+Blue) = 25+54+42=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #19362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19362A is #E6C9D5. Grayscale: #2B2B2B. Windows color (decimal): -15124950 or 2766361. OLE color: 2766361.

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

Color convert

RGB255442-
CMYK0.5400.220.79
HSL155.17º36.71%15.49%-
HSV(B)155.17º53.7%21.18%-
XYZ2.143.012.66-
YUV43.96126.89114.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=20.66%
G=44.63%
B=34.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2554420.5400.220.79155.1736.7115.49
Hex19362A360164F9b25f
Octal316652660261172334517
Binary110011101101010101101100101101001111100110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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