#13261C

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

Shades of Cardin Green #13261C

Tints of Cardin Green #13261C

Color information

#13261C (or 0x13261C) is unknown color: approx Cardin Green. HEX triplet: 13, 26 and 1C. RGB value is (19,38,28). Sum of RGB (Red+Green+Blue) = 19+38+28=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #13261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13261C is #ECD9E3. Grayscale: #1F1F1F. Windows color (decimal): -15522276 or 1844755. OLE color: 1844755.

HSL color Cylindrical-coordinate representation of color #13261C: hue angle of 148.42º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #13261C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.

Color convert

RGB193828-
CMYK0.5000.260.85
HSL148.42º33.33%11.18%-
HSV(B)148.42º50%14.9%-
XYZ1.171.611.35-
YUV31.18126.21119.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 38 (15.23% from 255) = 44.71%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=22.35%
G=44.71%
B=32.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1938280.5000.260.85148.4233.3311.18
Hex13261C3201A559421b
Octal234634620321252244113
Binary10011100110111001100100110101010101100101001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13261C; }

 p { color: rgb(19,38,28); }

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

<style>
 a { background-color: #13261C; }

 a { background-color: rgb(19,38,28); }

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

<style>
 span { border-color: #13261C; }

 span { border-color: rgb(19,38,28); }

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