#255149

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

Shades of Gable Green #255149

Tints of Gable Green #255149

Color information

#255149 (or 0x255149) is unknown color: approx Gable Green. HEX triplet: 25, 51 and 49. RGB value is (37,81,73). Sum of RGB (Red+Green+Blue) = 37+81+73=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 73 (28.91% from 255 or 38.22% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #255149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255149 is #DAAEB6. Grayscale: #424242. Windows color (decimal): -14331575 or 4804901. OLE color: 4804901.

HSL color Cylindrical-coordinate representation of color #255149: hue angle of 169.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255149 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB378173-
CMYK0.5400.100.68
HSL169.09º37.29%23.14%-
HSV(B)169.09º54.32%31.76%-
XYZ4.916.767.35-
YUV66.93131.42106.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 73 (28.91% from 255) = 38.22%
R=19.37%
G=42.41%
B=38.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781730.5400.100.68169.0937.2923.14
Hex255149360A44a92517
Octal45121111660121042514527
Binary100101101000110010011101100101010001001010100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255149; }

 p { color: rgb(37,81,73); }

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

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

 a { background-color: rgb(37,81,73); }

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

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

 span { border-color: rgb(37,81,73); }

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