#1A3527

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

Shades of Cardin Green #1A3527

Tints of Cardin Green #1A3527

Color information

#1A3527 (or 0x1A3527) is unknown color: approx Cardin Green. HEX triplet: 1A, 35 and 27. RGB value is (26,53,39). Sum of RGB (Red+Green+Blue) = 26+53+39=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3527 is #E5CAD8. Grayscale: #2B2B2B. Windows color (decimal): -15059673 or 2569498. OLE color: 2569498.

HSL color Cylindrical-coordinate representation of color #1A3527: hue angle of 148.89º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A3527 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB265339-
CMYK0.5100.260.79
HSL148.89º34.18%15.49%-
HSV(B)148.89º50.94%20.78%-
XYZ2.072.912.37-
YUV43.33125.55115.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 22.03%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=22.03%
G=44.92%
B=33.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2653390.5100.260.79148.8934.1815.49
Hex1A35273301A4F9522f
Octal326547630321172254217
Binary110101101011001111100110110101001111100101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,53,39); }

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

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

 a { background-color: rgb(26,53,39); }

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

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

 span { border-color: rgb(26,53,39); }

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