#19362B

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

Shades of Cardin Green #19362B

Tints of Cardin Green #19362B

Color information

#19362B (or 0x19362B) is unknown color: approx Cardin Green. HEX triplet: 19, 36 and 2B. RGB value is (25,54,43). Sum of RGB (Red+Green+Blue) = 25+54+43=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 54 (21.48% from 255 or 44.26% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 54 - color contains mainly: green. Hex color #19362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19362B is #E6C9D4. Grayscale: #2C2C2C. Windows color (decimal): -15124949 or 2831897. OLE color: 2831897.

HSL color Cylindrical-coordinate representation of color #19362B: hue angle of 157.24º 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 #19362B is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB255443-
CMYK0.5400.200.79
HSL157.24º36.71%15.49%-
HSV(B)157.24º53.7%21.18%-
XYZ2.163.022.75-
YUV44.08127.39114.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 54 (21.48% from 255) = 44.26%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=20.49%
G=44.26%
B=35.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2554430.5400.200.79157.2436.7115.49
Hex19362B360144F9d25f
Octal316653660241172354517
Binary110011101101010111101100101001001111100111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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