Html Css Color HEX #264840 Gable Green

📋 copy color: '#264840'

red 38 ◦ green 72 ◦ blue 64

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

Shades of Gable Green #264840

Tints of Gable Green #264840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.38%

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

R = 21.84%
G = 41.38%
B = 36.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#264840 (or 0x264840) is known color: Gable Green. HEX triplet: 26, 48 and 40. RGB value is (38,72,64). Sum of RGB (Red+Green+Blue) = 38+72+64=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #264840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264840 is #D9B7BF. Grayscale: #3C3C3C. Windows color (decimal): -14268352 or 4212774. OLE color: 4212774.

HSL color Cylindrical-coordinate representation of color #264840: hue angle of 165.88º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264840 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 72 64 -
CMYK 0.47 0 0.11 0.72
HSL 165.88º 0.31% 0.22% -
HSV(B) 165.88º 0.47% 0.28% -
XYZ 4.04 5.42 5.68 -
YUV 60.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 38 72 64 0.47 0 0.11 0.72 165.88 0.31 0.22
Hex 26 48 40 2F 0 B 48 A6 1F 16
Octal 46 110 100 57 0 13 110 246 37 26
Binary 100110 1001000 1000000 101111 0 1011 1001000 10100110 11111 10110

Color Harmonies of #264840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264840

Black with #264840

Text Example


Text Example

White with #264840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264840; }

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

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

background-color css

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

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

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

border-color css

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

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

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