Html Css Color HEX #264841 Gable Green

📋 copy color: '#264841'

red 38 ◦ green 72 ◦ blue 65

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

Shades of Gable Green #264841

Tints of Gable Green #264841

RGB

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

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

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

R = 21.71%
G = 41.14%
B = 37.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#264841 (or 0x264841) is known color: Gable Green. HEX triplet: 26, 48 and 41. RGB value is (38,72,65). Sum of RGB (Red+Green+Blue) = 38+72+65=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #264841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264841 is #D9B7BE. Grayscale: #3D3D3D. Windows color (decimal): -14268351 or 4278310. OLE color: 4278310.

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

Color convert

RGB 38 72 65 -
CMYK 0.47 0 0.10 0.72
HSL 167.65º 0.31% 0.22% -
HSV(B) 167.65º 0.47% 0.28% -
XYZ 4.07 5.43 5.83 -
YUV 61.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 38 72 65 0.47 0 0.10 0.72 167.65 0.31 0.22
Hex 26 48 41 2F 0 A 48 A8 1F 16
Octal 46 110 101 57 0 12 110 250 37 26
Binary 100110 1001000 1000001 101111 0 1010 1001000 10101000 11111 10110

Color Harmonies of #264841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264841

Black with #264841

Text Example


Text Example

White with #264841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264841; }

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

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

background-color css

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

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

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

border-color css

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

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

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