#133724

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

Shades of Cardin Green #133724

Tints of Cardin Green #133724

Color information

#133724 (or 0x133724) is unknown color: approx Cardin Green. HEX triplet: 13, 37 and 24. RGB value is (19,55,36). Sum of RGB (Red+Green+Blue) = 19+55+36=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #133724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133724 is #ECC8DB. Grayscale: #2A2A2A. Windows color (decimal): -15517916 or 2373395. OLE color: 2373395.

HSL color Cylindrical-coordinate representation of color #133724: hue angle of 148.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133724 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB195536-
CMYK0.6500.350.78
HSL148.33º48.65%14.51%-
HSV(B)148.33º65.45%21.57%-
XYZ1.9532.14-
YUV42.07124.57111.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=17.27%
G=50%
B=32.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955360.6500.350.78148.3348.6514.51
Hex133724410234E9431f
Octal2367441010431162246117
Binary10011110111100100100000101000111001110100101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133724; }

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

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

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

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

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

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

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

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