#254348

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

Shades of Green Vogue #254348

Tints of Green Vogue #254348

Color information

#254348 (or 0x254348) is unknown color: approx Green Vogue. HEX triplet: 25, 43 and 48. RGB value is (37,67,72). Sum of RGB (Red+Green+Blue) = 37+67+72=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #254348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254348 is #DABCB7. Grayscale: #3A3A3A. Windows color (decimal): -14335160 or 4735781. OLE color: 4735781.

HSL color Cylindrical-coordinate representation of color #254348: hue angle of 188.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #254348 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB376772-
CMYK0.490.0700.72
HSL188.57º32.11%21.37%-
HSV(B)188.57º48.61%28.24%-
XYZ3.944.886.86-
YUV58.6135.56112.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 67 (26.56% from 255) = 38.07%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=21.02%
G=38.07%
B=40.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3767720.490.0700.72188.5732.1121.37
Hex254348317048bd2015
Octal4510311061701102754025
Binary10010110000111001000110001111010010001011110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254348; }

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

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

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

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

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

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

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

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