Html Css Color HEX #264E48 Gable Green

📋 copy color: '#264E48'

red 38 ◦ green 78 ◦ blue 72

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

Shades of Gable Green #264E48

Tints of Gable Green #264E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.49%

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

R = 20.21%
G = 41.49%
B = 38.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#264E48 (or 0x264E48) is known color: Gable Green. HEX triplet: 26, 4E and 48. RGB value is (38,78,72). Sum of RGB (Red+Green+Blue) = 38+78+72=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #264E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264E48 is #D9B1B7. Grayscale: #414141. Windows color (decimal): -14266808 or 4738598. OLE color: 4738598.

HSL color Cylindrical-coordinate representation of color #264E48: hue angle of 171º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E48 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 78 72 -
CMYK 0.51 0 0.08 0.69
HSL 171º 0.34% 0.23% -
HSV(B) 171º 0.51% 0.31% -
XYZ 4.69 6.33 7.11 -
YUV 65.36 131.75 108.49 -
System Red Green Blue C M Y K H S L
Decimal 38 78 72 0.51 0 0.08 0.69 171 0.34 0.23
Hex 26 4E 48 33 0 8 45 AB 22 17
Octal 46 116 110 63 0 10 105 253 42 27
Binary 100110 1001110 1001000 110011 0 1000 1000101 10101011 100010 10111

Color Harmonies of #264E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E48

Black with #264E48

Text Example


Text Example

White with #264E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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