Html Css Color HEX #264640 Gable Green

📋 copy color: '#264640'

red 38 ◦ green 70 ◦ blue 64

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

Shades of Gable Green #264640

Tints of Gable Green #264640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

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

R = 22.09%
G = 40.7%
B = 37.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#264640 (or 0x264640) is known color: Gable Green. HEX triplet: 26, 46 and 40. RGB value is (38,70,64). Sum of RGB (Red+Green+Blue) = 38+70+64=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #264640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264640 is #D9B9BF. Grayscale: #3B3B3B. Windows color (decimal): -14268864 or 4212262. OLE color: 4212262.

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

Color convert

RGB 38 70 64 -
CMYK 0.46 0 0.09 0.73
HSL 168.75º 0.3% 0.21% -
HSV(B) 168.75º 0.46% 0.27% -
XYZ 3.91 5.16 5.64 -
YUV 59.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 38 70 64 0.46 0 0.09 0.73 168.75 0.3 0.21
Hex 26 46 40 2E 0 9 49 A9 1E 15
Octal 46 106 100 56 0 11 111 251 36 25
Binary 100110 1000110 1000000 101110 0 1001 1001001 10101001 11110 10101

Color Harmonies of #264640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264640

Black with #264640

Text Example


Text Example

White with #264640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264640; }

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

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

background-color css

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

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

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

border-color css

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

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

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