#133727

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

Shades of Cardin Green #133727

Tints of Cardin Green #133727

Color information

#133727 (or 0x133727) is unknown color: approx Cardin Green. HEX triplet: 13, 37 and 27. RGB value is (19,55,39). Sum of RGB (Red+Green+Blue) = 19+55+39=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #133727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133727 is #ECC8D8. Grayscale: #2A2A2A. Windows color (decimal): -15517913 or 2570003. OLE color: 2570003.

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

Color convert

RGB195539-
CMYK0.6500.290.78
HSL153.33º48.65%14.51%-
HSV(B)153.33º65.45%21.57%-
XYZ23.022.4-
YUV42.41126.07111.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 55 (21.88% from 255) = 48.67%
BLUE value IS 39 (15.62% from 255) = 34.51%
R=16.81%
G=48.67%
B=34.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955390.6500.290.78153.3348.6514.51
Hex1337274101D4E9931f
Octal2367471010351162316117
Binary1001111011110011110000010111011001110100110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133727; }

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

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

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

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

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

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

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

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