#25413C

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

Shades of Gable Green #25413C

Tints of Gable Green #25413C

Color information

#25413C (or 0x25413C) is unknown color: approx Gable Green. HEX triplet: 25, 41 and 3C. RGB value is (37,65,60). Sum of RGB (Red+Green+Blue) = 37+65+60=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #25413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25413C is #DABEC3. Grayscale: #383838. Windows color (decimal): -14335684 or 3948837. OLE color: 3948837.

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

Color convert

RGB376560-
CMYK0.4300.080.75
HSL169.29º27.45%20%-
HSV(B)169.29º43.08%25.49%-
XYZ3.474.54.96-
YUV56.06130.22114.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 60 (23.83% from 255) = 37.04%
R=22.84%
G=40.12%
B=37.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765600.4300.080.75169.2927.4520
Hex25413C2B084Ba91b14
Octal4510174530101132513324
Binary1001011000001111100101011010001001011101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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