#265149

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

Shades of Gable Green #265149

Tints of Gable Green #265149

Color information

#265149 (or 0x265149) is unknown color: approx Gable Green. HEX triplet: 26, 51 and 49. RGB value is (38,81,73). Sum of RGB (Red+Green+Blue) = 38+81+73=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #265149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265149 is #D9AEB6. Grayscale: #434343. Windows color (decimal): -14266039 or 4804902. OLE color: 4804902.

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

Color convert

RGB388173-
CMYK0.5300.100.68
HSL168.84º36.13%23.33%-
HSV(B)168.84º53.09%31.76%-
XYZ4.946.787.35-
YUV67.23131.25107.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=19.79%
G=42.19%
B=38.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881730.5300.100.68168.8436.1323.33
Hex265149350A44a92417
Octal46121111650121042514427
Binary100110101000110010011101010101010001001010100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265149; }

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

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

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

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

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

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

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

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