Html Css Color HEX #264540 Gable Green

📋 copy color: '#264540'

red 38 ◦ green 69 ◦ blue 64

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

Shades of Gable Green #264540

Tints of Gable Green #264540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.35%

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

R = 22.22%
G = 40.35%
B = 37.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#264540 (or 0x264540) is known color: Gable Green. HEX triplet: 26, 45 and 40. RGB value is (38,69,64). Sum of RGB (Red+Green+Blue) = 38+69+64=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 69 - color contains mainly: green. Hex color #264540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264540 is #D9BABF. Grayscale: #3B3B3B. Windows color (decimal): -14269120 or 4212006. OLE color: 4212006.

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

Color convert

RGB 38 69 64 -
CMYK 0.45 0 0.07 0.73
HSL 170.32º 0.29% 0.21% -
HSV(B) 170.32º 0.45% 0.27% -
XYZ 3.85 5.04 5.62 -
YUV 59.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 38 69 64 0.45 0 0.07 0.73 170.32 0.29 0.21
Hex 26 45 40 2D 0 7 49 AA 1D 15
Octal 46 105 100 55 0 7 111 252 35 25
Binary 100110 1000101 1000000 101101 0 111 1001001 10101010 11101 10101

Color Harmonies of #264540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264540

Black with #264540

Text Example


Text Example

White with #264540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264540; }

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

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

background-color css

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

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

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

border-color css

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

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

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