#133D4C

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

Shades of Green Vogue #133D4C

Tints of Green Vogue #133D4C

Color information

#133D4C (or 0x133D4C) is unknown color: approx Green Vogue. HEX triplet: 13, 3D and 4C. RGB value is (19,61,76). Sum of RGB (Red+Green+Blue) = 19+61+76=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #133D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D4C is #ECC2B3. Grayscale: #323232. Windows color (decimal): -15516340 or 4996371. OLE color: 4996371.

HSL color Cylindrical-coordinate representation of color #133D4C: hue angle of 195.79º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133D4C is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB196176-
CMYK0.750.2000.70
HSL195.79º60%18.63%-
HSV(B)195.79º75%29.8%-
XYZ3.2447.44-
YUV50.15142.59105.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 61 (24.22% from 255) = 39.10%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=12.18%
G=39.10%
B=48.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1961760.750.2000.70195.796018.63
Hex133D4C4B14046c43c13
Octal23751141132401063047423
Binary100111111011001100100101110100010001101100010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133D4C; }

 p { color: rgb(19,61,76); }

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

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

 a { background-color: rgb(19,61,76); }

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

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

 span { border-color: rgb(19,61,76); }

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