#25413E

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

Shades of Gable Green #25413E

Tints of Gable Green #25413E

Color information

#25413E (or 0x25413E) is unknown color: approx Gable Green. HEX triplet: 25, 41 and 3E. RGB value is (37,65,62). Sum of RGB (Red+Green+Blue) = 37+65+62=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #25413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25413E is #DABEC1. Grayscale: #383838. Windows color (decimal): -14335682 or 4079909. OLE color: 4079909.

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

Color convert

RGB376562-
CMYK0.4300.050.75
HSL173.57º27.45%20%-
HSV(B)173.57º43.08%25.49%-
XYZ3.524.525.24-
YUV56.29131.22114.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=22.56%
G=39.63%
B=37.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765620.4300.050.75173.5727.4520
Hex25413E2B054Bae1b14
Octal451017653051132563324
Binary100101100000111111010101101011001011101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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