Html Css Color HEX #264940 Gable Green

📋 copy color: '#264940'

red 38 ◦ green 73 ◦ blue 64

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

Shades of Gable Green #264940

Tints of Gable Green #264940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

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

R = 21.71%
G = 41.71%
B = 36.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#264940 (or 0x264940) is known color: Gable Green. HEX triplet: 26, 49 and 40. RGB value is (38,73,64). Sum of RGB (Red+Green+Blue) = 38+73+64=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #264940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264940 is #D9B6BF. Grayscale: #3D3D3D. Windows color (decimal): -14268096 or 4213030. OLE color: 4213030.

HSL color Cylindrical-coordinate representation of color #264940: hue angle of 164.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264940 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 73 64 -
CMYK 0.48 0 0.12 0.71
HSL 164.57º 0.32% 0.22% -
HSV(B) 164.57º 0.48% 0.29% -
XYZ 4.11 5.55 5.7 -
YUV 61.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 38 73 64 0.48 0 0.12 0.71 164.57 0.32 0.22
Hex 26 49 40 30 0 C 47 A5 20 16
Octal 46 111 100 60 0 14 107 245 40 26
Binary 100110 1001001 1000000 110000 0 1100 1000111 10100101 100000 10110

Color Harmonies of #264940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264940

Black with #264940

Text Example


Text Example

White with #264940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264940; }

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

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

background-color css

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

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

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

border-color css

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

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

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