#133428

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

Shades of Cardin Green #133428

Tints of Cardin Green #133428

Color information

#133428 (or 0x133428) is unknown color: approx Cardin Green. HEX triplet: 13, 34 and 28. RGB value is (19,52,40). Sum of RGB (Red+Green+Blue) = 19+52+40=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #133428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133428 is #ECCBD7. Grayscale: #282828. Windows color (decimal): -15518680 or 2634771. OLE color: 2634771.

HSL color Cylindrical-coordinate representation of color #133428: hue angle of 158.18º 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 #133428 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB195240-
CMYK0.6300.230.80
HSL158.18º46.48%13.92%-
HSV(B)158.18º63.46%20.39%-
XYZ1.882.752.44-
YUV40.76127.57112.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=17.12%
G=46.85%
B=36.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952400.6300.230.80158.1846.4813.92
Hex1334283F017509e2ee
Octal236450770271202365616
Binary100111101001010001111110101111010000100111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133428; }

 p { color: rgb(19,52,40); }

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

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

 a { background-color: rgb(19,52,40); }

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

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

 span { border-color: rgb(19,52,40); }

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