#133C4C

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

Shades of Green Vogue #133C4C

Tints of Green Vogue #133C4C

Color information

#133C4C (or 0x133C4C) is unknown color: approx Green Vogue. HEX triplet: 13, 3C and 4C. RGB value is (19,60,76). Sum of RGB (Red+Green+Blue) = 19+60+76=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #133C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C4C is #ECC3B3. Grayscale: #313131. Windows color (decimal): -15516596 or 4996115. OLE color: 4996115.

HSL color Cylindrical-coordinate representation of color #133C4C: hue angle of 196.84º 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 #133C4C is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB196076-
CMYK0.750.2100.70
HSL196.84º60%18.63%-
HSV(B)196.84º75%29.8%-
XYZ3.193.897.42-
YUV49.56142.92106.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 60 (23.83% from 255) = 38.71%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=12.26%
G=38.71%
B=49.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1960760.750.2100.70196.846018.63
Hex133C4C4B15046c53c13
Octal23741141132501063057423
Binary100111111001001100100101110101010001101100010111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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