#133827

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

Shades of Cardin Green #133827

Tints of Cardin Green #133827

Color information

#133827 (or 0x133827) is unknown color: approx Cardin Green. HEX triplet: 13, 38 and 27. RGB value is (19,56,39). Sum of RGB (Red+Green+Blue) = 19+56+39=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 39 (15.62% from 255 or 34.21% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #133827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133827 is #ECC7D8. Grayscale: #2B2B2B. Windows color (decimal): -15517657 or 2570259. OLE color: 2570259.

HSL color Cylindrical-coordinate representation of color #133827: hue angle of 152.43º 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 #133827 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB195639-
CMYK0.6600.300.78
HSL152.43º49.33%14.71%-
HSV(B)152.43º66.07%21.96%-
XYZ2.053.112.41-
YUV43125.74110.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 49.12%
BLUE value IS 39 (15.62% from 255) = 34.21%
R=16.67%
G=49.12%
B=34.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956390.6600.300.78152.4349.3314.71
Hex1338274201E4E9831f
Octal2370471020361162306117
Binary1001111100010011110000100111101001110100110001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133827; }

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

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

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

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

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

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

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

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