#254134

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

Shades of Everglade #254134

Tints of Everglade #254134

Color information

#254134 (or 0x254134) is unknown color: approx Everglade. HEX triplet: 25, 41 and 34. RGB value is (37,65,52). Sum of RGB (Red+Green+Blue) = 37+65+52=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #254134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254134 is #DABECB. Grayscale: #373737. Windows color (decimal): -14335692 or 3424549. OLE color: 3424549.

HSL color Cylindrical-coordinate representation of color #254134: hue angle of 152.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #254134 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB376552-
CMYK0.4300.200.75
HSL152.14º27.45%20%-
HSV(B)152.14º43.08%25.49%-
XYZ3.274.423.93-
YUV55.15126.22115.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=24.03%
G=42.21%
B=33.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765520.4300.200.75152.1427.4520
Hex2541342B0144B981b14
Octal4510164530241132303324
Binary10010110000011101001010110101001001011100110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254134; }

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

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

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

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

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

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

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

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