#133326

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

Shades of Cardin Green #133326

Tints of Cardin Green #133326

Color information

#133326 (or 0x133326) is unknown color: approx Cardin Green. HEX triplet: 13, 33 and 26. RGB value is (19,51,38). Sum of RGB (Red+Green+Blue) = 19+51+38=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #133326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133326 is #ECCCD9. Grayscale: #272727. Windows color (decimal): -15518938 or 2503443. OLE color: 2503443.

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

Color convert

RGB195138-
CMYK0.6300.250.8
HSL155.62º45.71%13.73%-
HSV(B)155.62º62.75%20%-
XYZ1.82.652.25-
YUV39.95126.9113.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 51 (20.31% from 255) = 47.22%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=17.59%
G=47.22%
B=35.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951380.6300.250.8155.6245.7113.73
Hex1333263F019509c2ee
Octal236346770311202345616
Binary100111100111001101111110110011010000100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133326; }

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

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

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

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

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

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

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

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