#133E4B

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

Shades of Green Vogue #133E4B

Tints of Green Vogue #133E4B

Color information

#133E4B (or 0x133E4B) is unknown color: approx Green Vogue. HEX triplet: 13, 3E and 4B. RGB value is (19,62,75). Sum of RGB (Red+Green+Blue) = 19+62+75=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #133E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E4B is #ECC1B4. Grayscale: #323232. Windows color (decimal): -15516085 or 4931091. OLE color: 4931091.

HSL color Cylindrical-coordinate representation of color #133E4B: hue angle of 193.93º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #133E4B is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB196275-
CMYK0.750.1700.71
HSL193.93º59.57%18.43%-
HSV(B)193.93º74.67%29.41%-
XYZ3.264.097.27-
YUV50.62141.75105.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 62 (24.61% from 255) = 39.74%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=12.18%
G=39.74%
B=48.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1962750.750.1700.71193.9359.5718.43
Hex133E4B4B11047c23c12
Octal23761131132101073027422
Binary100111111101001011100101110001010001111100001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,62,75); }

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

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

 a { background-color: rgb(19,62,75); }

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

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

 span { border-color: rgb(19,62,75); }

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