#133324

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

Shades of Cardin Green #133324

Tints of Cardin Green #133324

Color information

#133324 (or 0x133324) is unknown color: approx Cardin Green. HEX triplet: 13, 33 and 24. RGB value is (19,51,36). Sum of RGB (Red+Green+Blue) = 19+51+36=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #133324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133324 is #ECCCDB. Grayscale: #272727. Windows color (decimal): -15518940 or 2372371. OLE color: 2372371.

HSL color Cylindrical-coordinate representation of color #133324: hue angle of 151.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133324 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB195136-
CMYK0.6300.290.8
HSL151.88º45.71%13.73%-
HSV(B)151.88º62.75%20%-
XYZ1.772.632.08-
YUV39.72125.9113.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.92%
GREEN value IS 51 (20.31% from 255) = 48.11%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=17.92%
G=48.11%
B=33.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951360.6300.290.8151.8845.7113.73
Hex1333243F01D50982ee
Octal236344770351202305616
Binary100111100111001001111110111011010000100110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133324; }

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

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

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

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

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

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

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

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