#265148

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

Shades of Gable Green #265148

Tints of Gable Green #265148

Color information

#265148 (or 0x265148) is unknown color: approx Gable Green. HEX triplet: 26, 51 and 48. RGB value is (38,81,72). Sum of RGB (Red+Green+Blue) = 38+81+72=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #265148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265148 is #D9AEB7. Grayscale: #434343. Windows color (decimal): -14266040 or 4739366. OLE color: 4739366.

HSL color Cylindrical-coordinate representation of color #265148: hue angle of 167.44º 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 #265148 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB388172-
CMYK0.5300.110.68
HSL167.44º36.13%23.33%-
HSV(B)167.44º53.09%31.76%-
XYZ4.916.767.18-
YUV67.12130.75107.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 81 (32.03% from 255) = 42.41%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=19.90%
G=42.41%
B=37.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881720.5300.110.68167.4436.1323.33
Hex265148350B44a72417
Octal46121110650131042474427
Binary100110101000110010001101010101110001001010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265148; }

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

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

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

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

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

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

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

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