#254350

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

Shades of Green Vogue #254350

Tints of Green Vogue #254350

Color information

#254350 (or 0x254350) is unknown color: approx Green Vogue. HEX triplet: 25, 43 and 50. RGB value is (37,67,80). Sum of RGB (Red+Green+Blue) = 37+67+80=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 80 - color contains mainly: blue. Hex color #254350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254350 is #DABCAF. Grayscale: #3B3B3B. Windows color (decimal): -14335152 or 5260069. OLE color: 5260069.

HSL color Cylindrical-coordinate representation of color #254350: hue angle of 198.14º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254350 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB376780-
CMYK0.540.1600.69
HSL198.14º36.75%22.94%-
HSV(B)198.14º53.75%31.37%-
XYZ4.224.998.33-
YUV59.51139.56111.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.11%
GREEN value IS 67 (26.56% from 255) = 36.41%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=20.11%
G=36.41%
B=43.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3767800.540.1600.69198.1436.7522.94
Hex2543503610045c62517
Octal45103120662001053064527
Binary1001011000011101000011011010000010001011100011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254350; }

 p { color: rgb(37,67,80); }

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

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

 a { background-color: rgb(37,67,80); }

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

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

 span { border-color: rgb(37,67,80); }

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