#1A3626

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

Shades of Cardin Green #1A3626

Tints of Cardin Green #1A3626

Color information

#1A3626 (or 0x1A3626) is unknown color: approx Cardin Green. HEX triplet: 1A, 36 and 26. RGB value is (26,54,38). Sum of RGB (Red+Green+Blue) = 26+54+38=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #1A3626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3626 is #E5C9D9. Grayscale: #2B2B2B. Windows color (decimal): -15059418 or 2504218. OLE color: 2504218.

HSL color Cylindrical-coordinate representation of color #1A3626: hue angle of 145.71º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A3626 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB265438-
CMYK0.5200.300.79
HSL145.71º35%15.69%-
HSV(B)145.71º51.85%21.18%-
XYZ2.132.3-
YUV43.8124.72115.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=22.03%
G=45.76%
B=32.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2654380.5200.300.79145.713515.69
Hex1A36263401E4F922310
Octal326646640361172224320
Binary1101011011010011011010001111010011111001001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3626; }

 p { color: rgb(26,54,38); }

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

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

 a { background-color: rgb(26,54,38); }

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

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

 span { border-color: rgb(26,54,38); }

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