Html Css Color HEX #265249 Gable Green

📋 copy color: '#265249'

red 38 ◦ green 82 ◦ blue 73

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

Shades of Gable Green #265249

Tints of Gable Green #265249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.49%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 19.69%
G = 42.49%
B = 37.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#265249 (or 0x265249) is known color: Gable Green. HEX triplet: 26, 52 and 49. RGB value is (38,82,73). Sum of RGB (Red+Green+Blue) = 38+82+73=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #265249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265249 is #D9ADB6. Grayscale: #434343. Windows color (decimal): -14265783 or 4805158. OLE color: 4805158.

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

Color convert

RGB 38 82 73 -
CMYK 0.54 0 0.11 0.68
HSL 167.73º 0.37% 0.24% -
HSV(B) 167.73º 0.54% 0.32% -
XYZ 5.02 6.93 7.38 -
YUV 67.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 38 82 73 0.54 0 0.11 0.68 167.73 0.37 0.24
Hex 26 52 49 36 0 B 44 A8 25 18
Octal 46 122 111 66 0 13 104 250 45 30
Binary 100110 1010010 1001001 110110 0 1011 1000100 10101000 100101 11000

Color Harmonies of #265249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265249

Black with #265249

Text Example


Text Example

White with #265249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265249; }

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

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

background-color css

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

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

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

border-color css

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

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

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