#25414B

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

Shades of Green Vogue #25414B

Tints of Green Vogue #25414B

Color information

#25414B (or 0x25414B) is unknown color: approx Green Vogue. HEX triplet: 25, 41 and 4B. RGB value is (37,65,75). Sum of RGB (Red+Green+Blue) = 37+65+75=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #25414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25414B is #DABEB4. Grayscale: #393939. Windows color (decimal): -14335669 or 4931877. OLE color: 4931877.

HSL color Cylindrical-coordinate representation of color #25414B: hue angle of 195.79º 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 #25414B is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB376575-
CMYK0.510.1300.71
HSL195.79º33.93%21.96%-
HSV(B)195.79º50.67%29.41%-
XYZ3.924.687.35-
YUV57.77137.72113.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=20.90%
G=36.72%
B=42.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3765750.510.1300.71195.7933.9321.96
Hex25414B33D047c42216
Octal45101113631501073044226
Binary100101100000110010111100111101010001111100010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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