Html Css Color HEX #264741 Gable Green

📋 copy color: '#264741'

red 38 ◦ green 71 ◦ blue 65

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

Shades of Gable Green #264741

Tints of Gable Green #264741

RGB

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

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

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

R = 21.84%
G = 40.8%
B = 37.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#264741 (or 0x264741) is known color: Gable Green. HEX triplet: 26, 47 and 41. RGB value is (38,71,65). Sum of RGB (Red+Green+Blue) = 38+71+65=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #264741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264741 is #D9B8BE. Grayscale: #3C3C3C. Windows color (decimal): -14268607 or 4278054. OLE color: 4278054.

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

Color convert

RGB 38 71 65 -
CMYK 0.46 0 0.08 0.72
HSL 169.09º 0.3% 0.21% -
HSV(B) 169.09º 0.46% 0.28% -
XYZ 4.01 5.3 5.81 -
YUV 60.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 38 71 65 0.46 0 0.08 0.72 169.09 0.3 0.21
Hex 26 47 41 2E 0 8 48 A9 1E 15
Octal 46 107 101 56 0 10 110 251 36 25
Binary 100110 1000111 1000001 101110 0 1000 1001000 10101001 11110 10101

Color Harmonies of #264741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264741

Black with #264741

Text Example


Text Example

White with #264741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264741; }

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

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

background-color css

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

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

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

border-color css

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

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

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