Html Css Color HEX #264641 Gable Green

📋 copy color: '#264641'

red 38 ◦ green 70 ◦ blue 65

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

Shades of Gable Green #264641

Tints of Gable Green #264641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 21.97%
G = 40.46%
B = 37.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#264641 (or 0x264641) is known color: Gable Green. HEX triplet: 26, 46 and 41. RGB value is (38,70,65). Sum of RGB (Red+Green+Blue) = 38+70+65=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #264641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264641 is #D9B9BE. Grayscale: #3B3B3B. Windows color (decimal): -14268863 or 4277798. OLE color: 4277798.

HSL color Cylindrical-coordinate representation of color #264641: hue angle of 170.62º 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 #264641 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 70 65 -
CMYK 0.46 0 0.07 0.73
HSL 170.63º 0.3% 0.21% -
HSV(B) 170.63º 0.46% 0.27% -
XYZ 3.94 5.17 5.79 -
YUV 59.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 38 70 65 0.46 0 0.07 0.73 170.63 0.3 0.21
Hex 26 46 41 2E 0 7 49 AB 1E 15
Octal 46 106 101 56 0 7 111 253 36 25
Binary 100110 1000110 1000001 101110 0 111 1001001 10101011 11110 10101

Color Harmonies of #264641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264641

Black with #264641

Text Example


Text Example

White with #264641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264641; }

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

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

background-color css

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

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

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

border-color css

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

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

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