Html Css Color HEX #264740 Gable Green

📋 copy color: '#264740'

red 38 ◦ green 71 ◦ blue 64

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

Shades of Gable Green #264740

Tints of Gable Green #264740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.04%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 21.97%
G = 41.04%
B = 36.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#264740 (or 0x264740) is known color: Gable Green. HEX triplet: 26, 47 and 40. RGB value is (38,71,64). Sum of RGB (Red+Green+Blue) = 38+71+64=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #264740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264740 is #D9B8BF. Grayscale: #3C3C3C. Windows color (decimal): -14268608 or 4212518. OLE color: 4212518.

HSL color Cylindrical-coordinate representation of color #264740: hue angle of 167.27º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264740 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 71 64 -
CMYK 0.46 0 0.10 0.72
HSL 167.27º 0.3% 0.21% -
HSV(B) 167.27º 0.46% 0.28% -
XYZ 3.98 5.29 5.66 -
YUV 60.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 38 71 64 0.46 0 0.10 0.72 167.27 0.3 0.21
Hex 26 47 40 2E 0 A 48 A7 1E 15
Octal 46 107 100 56 0 12 110 247 36 25
Binary 100110 1000111 1000000 101110 0 1010 1001000 10100111 11110 10101

Color Harmonies of #264740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264740

Black with #264740

Text Example


Text Example

White with #264740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264740; }

 p { color: rgb(38,71,64); }

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

background-color css

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

 a { background-color: rgb(38,71,64); }

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

border-color css

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

 span { border-color: rgb(38,71,64); }

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