#25413F

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

Shades of Gable Green #25413F

Tints of Gable Green #25413F

Color information

#25413F (or 0x25413F) is unknown color: approx Gable Green. HEX triplet: 25, 41 and 3F. RGB value is (37,65,63). Sum of RGB (Red+Green+Blue) = 37+65+63=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #25413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25413F is #DABEC0. Grayscale: #383838. Windows color (decimal): -14335681 or 4145445. OLE color: 4145445.

HSL color Cylindrical-coordinate representation of color #25413F: hue angle of 175.71º 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 #25413F is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB376563-
CMYK0.4300.030.75
HSL175.71º27.45%20%-
HSV(B)175.71º43.08%25.49%-
XYZ3.554.535.39-
YUV56.4131.72114.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 63 (25% from 255) = 38.18%
R=22.42%
G=39.39%
B=38.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765630.4300.030.75175.7127.4520
Hex25413F2B034Bb01b14
Octal451017753031132603324
Binary10010110000011111111010110111001011101100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25413F; }

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

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

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

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

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

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

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

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