Html Css Color HEX #264441 Gable Green

📋 copy color: '#264441'

red 38 ◦ green 68 ◦ blue 65

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

Shades of Gable Green #264441

Tints of Gable Green #264441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.77%

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

R = 22.22%
G = 39.77%
B = 38.01%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#264441 (or 0x264441) is known color: Gable Green. HEX triplet: 26, 44 and 41. RGB value is (38,68,65). Sum of RGB (Red+Green+Blue) = 38+68+65=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 68 - color contains mainly: green. Hex color #264441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264441 is #D9BBBE. Grayscale: #3A3A3A. Windows color (decimal): -14269375 or 4277286. OLE color: 4277286.

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

Color convert

RGB 38 68 65 -
CMYK 0.44 0 0.04 0.73
HSL 174º 0.28% 0.21% -
HSV(B) 174º 0.44% 0.27% -
XYZ 3.82 4.93 5.75 -
YUV 58.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 38 68 65 0.44 0 0.04 0.73 174 0.28 0.21
Hex 26 44 41 2C 0 4 49 AE 1C 15
Octal 46 104 101 54 0 4 111 256 34 25
Binary 100110 1000100 1000001 101100 0 100 1001001 10101110 11100 10101

Color Harmonies of #264441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264441

Black with #264441

Text Example


Text Example

White with #264441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264441; }

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

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

background-color css

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

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

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

border-color css

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

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

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