#133927

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

Shades of Cardin Green #133927

Tints of Cardin Green #133927

Color information

#133927 (or 0x133927) is unknown color: approx Cardin Green. HEX triplet: 13, 39 and 27. RGB value is (19,57,39). Sum of RGB (Red+Green+Blue) = 19+57+39=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #133927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133927 is #ECC6D8. Grayscale: #2B2B2B. Windows color (decimal): -15517401 or 2570515. OLE color: 2570515.

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

Color convert

RGB195739-
CMYK0.6700.320.78
HSL151.58º50%14.9%-
HSV(B)151.58º66.67%22.35%-
XYZ2.13.212.43-
YUV43.59125.41110.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=16.52%
G=49.57%
B=33.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957390.6700.320.78151.585014.9
Hex133927430204E9832f
Octal2371471030401162306217
Binary10011111001100111100001101000001001110100110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133927; }

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

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

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

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

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

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

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

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