#13251C

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

Shades of Cardin Green #13251C

Tints of Cardin Green #13251C

Color information

#13251C (or 0x13251C) is unknown color: approx Cardin Green. HEX triplet: 13, 25 and 1C. RGB value is (19,37,28). Sum of RGB (Red+Green+Blue) = 19+37+28=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #13251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13251C is #ECDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15522532 or 1844499. OLE color: 1844499.

HSL color Cylindrical-coordinate representation of color #13251C: hue angle of 150º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #13251C is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB193728-
CMYK0.4900.240.85
HSL150º32.14%10.98%-
HSV(B)150º48.65%14.51%-
XYZ1.141.551.34-
YUV30.59126.54119.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=22.62%
G=44.05%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937280.4900.240.8515032.1410.98
Hex13251C31018559620b
Octal234534610301252264013
Binary10011100101111001100010110001010101100101101000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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