#25454B

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

Shades of Green Vogue #25454B

Tints of Green Vogue #25454B

Color information

#25454B (or 0x25454B) is unknown color: approx Green Vogue. HEX triplet: 25, 45 and 4B. RGB value is (37,69,75). Sum of RGB (Red+Green+Blue) = 37+69+75=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #25454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25454B is #DABAB4. Grayscale: #3C3C3C. Windows color (decimal): -14334645 or 4932901. OLE color: 4932901.

HSL color Cylindrical-coordinate representation of color #25454B: hue angle of 189.47º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25454B is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB376975-
CMYK0.510.0800.71
HSL189.47º33.93%21.96%-
HSV(B)189.47º50.67%29.41%-
XYZ4.165.167.43-
YUV60.12136.4111.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=20.44%
G=38.12%
B=41.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3769750.510.0800.71189.4733.9321.96
Hex25454B338047bd2216
Octal45105113631001072754226
Binary100101100010110010111100111000010001111011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25454B; }

 p { color: rgb(37,69,75); }

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

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

 a { background-color: rgb(37,69,75); }

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

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

 span { border-color: rgb(37,69,75); }

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