#133026

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

Shades of Cardin Green #133026

Tints of Cardin Green #133026

Color information

#133026 (or 0x133026) is unknown color: approx Cardin Green. HEX triplet: 13, 30 and 26. RGB value is (19,48,38). Sum of RGB (Red+Green+Blue) = 19+48+38=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #133026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133026 is #ECCFD9. Grayscale: #262626. Windows color (decimal): -15519706 or 2502675. OLE color: 2502675.

HSL color Cylindrical-coordinate representation of color #133026: hue angle of 159.31º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133026 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB194838-
CMYK0.6000.210.81
HSL159.31º43.28%13.14%-
HSV(B)159.31º60.42%18.82%-
XYZ1.682.392.21-
YUV38.19127.89114.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=18.10%
G=45.71%
B=36.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948380.6000.210.81159.3143.2813.14
Hex1330263C015519f2bd
Octal236046740251212375315
Binary100111100001001101111000101011010001100111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133026; }

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

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

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

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

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

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

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

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