#154252

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

Shades of Green Vogue #154252

Tints of Green Vogue #154252

Color information

#154252 (or 0x154252) is unknown color: approx Green Vogue. HEX triplet: 15, 42 and 52. RGB value is (21,66,82). Sum of RGB (Red+Green+Blue) = 21+66+82=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #154252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154252 is #EABDAD. Grayscale: #363636. Windows color (decimal): -15383982 or 5390869. OLE color: 5390869.

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

Color convert

RGB216682-
CMYK0.740.2000.68
HSL195.74º59.22%20.2%-
HSV(B)195.74º74.39%32.16%-
XYZ3.784.678.68-
YUV54.37143.59104.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=12.43%
G=39.05%
B=48.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2166820.740.2000.68195.7459.2220.2
Hex1542524A14044c43b14
Octal251021221122401043047324
Binary1010110000101010010100101010100010001001100010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154252; }

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

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

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

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

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

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

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

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