Html Css Color HEX #265048 Gable Green

📋 copy color: '#265048'

red 38 ◦ green 80 ◦ blue 72

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

Shades of Gable Green #265048

Tints of Gable Green #265048

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 20%
G = 42.11%
B = 37.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#265048 (or 0x265048) is known color: Gable Green. HEX triplet: 26, 50 and 48. RGB value is (38,80,72). Sum of RGB (Red+Green+Blue) = 38+80+72=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #265048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265048 is #D9AFB7. Grayscale: #424242. Windows color (decimal): -14266296 or 4739110. OLE color: 4739110.

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

Color convert

RGB 38 80 72 -
CMYK 0.52 0 0.10 0.69
HSL 168.57º 0.36% 0.23% -
HSV(B) 168.57º 0.53% 0.31% -
XYZ 4.84 6.62 7.15 -
YUV 66.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 38 80 72 0.52 0 0.10 0.69 168.57 0.36 0.23
Hex 26 50 48 34 0 A 45 A9 24 17
Octal 46 120 110 64 0 12 105 251 44 27
Binary 100110 1010000 1001000 110100 0 1010 1000101 10101001 100100 10111

Color Harmonies of #265048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265048

Black with #265048

Text Example


Text Example

White with #265048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265048; }

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

 H1.HeaderClassName
 {
   color: #265048;
 }
 .AnyTagClassName
 {
   color: #265048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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