#13241C

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

Shades of Cardin Green #13241C

Tints of Cardin Green #13241C

Color information

#13241C (or 0x13241C) is unknown color: approx Cardin Green. HEX triplet: 13, 24 and 1C. RGB value is (19,36,28). Sum of RGB (Red+Green+Blue) = 19+36+28=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #13241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13241C is #ECDBE3. Grayscale: #1E1E1E. Windows color (decimal): -15522788 or 1844243. OLE color: 1844243.

HSL color Cylindrical-coordinate representation of color #13241C: hue angle of 151.76º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #13241C is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB193628-
CMYK0.4700.220.86
HSL151.76º30.91%10.78%-
HSV(B)151.76º47.22%14.12%-
XYZ1.111.481.33-
YUV30126.87120.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 28 (11.33% from 255) = 33.73%
R=22.89%
G=43.37%
B=33.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1936280.4700.220.86151.7630.9110.78
Hex13241C2F01656981fb
Octal234434570261262303713
Binary1001110010011100101111010110101011010011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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