#134252

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

Shades of Green Vogue #134252

Tints of Green Vogue #134252

Color information

#134252 (or 0x134252) is unknown color: approx Green Vogue. HEX triplet: 13, 42 and 52. RGB value is (19,66,82). Sum of RGB (Red+Green+Blue) = 19+66+82=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 82 (32.42% from 255 or 49.10% from 167); Max value from RGB is 82 - color contains mainly: blue. Hex color #134252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134252 is #ECBDAD. Grayscale: #353535. Windows color (decimal): -15515054 or 5390867. OLE color: 5390867.

HSL color Cylindrical-coordinate representation of color #134252: hue angle of 195.24º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #134252 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB196682-
CMYK0.770.2000.68
HSL195.24º62.38%19.8%-
HSV(B)195.24º76.83%32.16%-
XYZ3.744.648.68-
YUV53.77143.93103.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 82 (32.42% from 255) = 49.10%
R=11.38%
G=39.52%
B=49.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1966820.770.2000.68195.2462.3819.8
Hex1342524D14044c33e14
Octal231021221152401043037624
Binary1001110000101010010100110110100010001001100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134252; }

 p { color: rgb(19,66,82); }

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

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

 a { background-color: rgb(19,66,82); }

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

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

 span { border-color: rgb(19,66,82); }

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