#13251B

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

Shades of Cardin Green #13251B

Tints of Cardin Green #13251B

Color information

#13251B (or 0x13251B) is unknown color: approx Cardin Green. HEX triplet: 13, 25 and 1B. RGB value is (19,37,27). Sum of RGB (Red+Green+Blue) = 19+37+27=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #13251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13251B is #ECDAE4. Grayscale: #1E1E1E. Windows color (decimal): -15522533 or 1778963. OLE color: 1778963.

HSL color Cylindrical-coordinate representation of color #13251B: hue angle of 146.67º 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 #13251B is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB193727-
CMYK0.4900.270.85
HSL146.67º32.14%10.98%-
HSV(B)146.67º48.65%14.51%-
XYZ1.131.541.27-
YUV30.48126.04119.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=22.89%
G=44.58%
B=32.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1937270.4900.270.85146.6732.1410.98
Hex13251B3101B559320b
Octal234533610331252234013
Binary10011100101110111100010110111010101100100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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