Html Css Color HEX #265148 Gable Green

📋 copy color: '#265148'

red 38 ◦ green 81 ◦ blue 72

#265148
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gable Green #265148

Tints of Gable Green #265148

RGB

 RED value IS 38 (15.23% from 255) = 19.9%

 GREEN value IS 81 (32.03% from 255) = 42.41%

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 19.9%
G = 42.41%
B = 37.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#265148 (or 0x265148) is known color: 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

RGB 38 81 72 -
CMYK 0.53 0 0.11 0.68
HSL 167.44º 0.36% 0.23% -
HSV(B) 167.44º 0.53% 0.32% -
XYZ 4.91 6.76 7.18 -
YUV 67.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 38 81 72 0.53 0 0.11 0.68 167.44 0.36 0.23
Hex 26 51 48 35 0 B 44 A7 24 17
Octal 46 121 110 65 0 13 104 247 44 27
Binary 100110 1010001 1001000 110101 0 1011 1000100 10100111 100100 10111

Color Harmonies of #265148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265148

Black with #265148

Text Example


Text Example

White with #265148

Text Example


Text Example

HTML Codes & Css Web 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>