#133829

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

Shades of Cardin Green #133829

Tints of Cardin Green #133829

Color information

#133829 (or 0x133829) is unknown color: approx Cardin Green. HEX triplet: 13, 38 and 29. RGB value is (19,56,41). Sum of RGB (Red+Green+Blue) = 19+56+41=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #133829 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133829 is #ECC7D6. Grayscale: #2B2B2B. Windows color (decimal): -15517655 or 2701331. OLE color: 2701331.

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

Color convert

RGB195641-
CMYK0.6600.270.78
HSL155.68º49.33%14.71%-
HSV(B)155.68º66.07%21.96%-
XYZ2.083.132.59-
YUV43.23126.74110.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 41 (16.41% from 255) = 35.34%
R=16.38%
G=48.28%
B=35.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956410.6600.270.78155.6849.3314.71
Hex1338294201B4E9c31f
Octal2370511020331162346117
Binary1001111100010100110000100110111001110100111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133829; }

 p { color: rgb(19,56,41); }

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

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

 a { background-color: rgb(19,56,41); }

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

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

 span { border-color: rgb(19,56,41); }

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