Html Css Color HEX #264642 Gable Green

📋 copy color: '#264642'

red 38 ◦ green 70 ◦ blue 66

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

Shades of Gable Green #264642

Tints of Gable Green #264642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 21.84%
G = 40.23%
B = 37.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#264642 (or 0x264642) is known color: Gable Green. HEX triplet: 26, 46 and 42. RGB value is (38,70,66). Sum of RGB (Red+Green+Blue) = 38+70+66=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #264642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264642 is #D9B9BD. Grayscale: #3B3B3B. Windows color (decimal): -14268862 or 4343334. OLE color: 4343334.

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

Color convert

RGB 38 70 66 -
CMYK 0.46 0 0.06 0.73
HSL 172.5º 0.3% 0.21% -
HSV(B) 172.5º 0.46% 0.27% -
XYZ 3.97 5.19 5.95 -
YUV 59.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 38 70 66 0.46 0 0.06 0.73 172.5 0.3 0.21
Hex 26 46 42 2E 0 6 49 AC 1E 15
Octal 46 106 102 56 0 6 111 254 36 25
Binary 100110 1000110 1000010 101110 0 110 1001001 10101100 11110 10101

Color Harmonies of #264642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264642

Black with #264642

Text Example


Text Example

White with #264642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264642; }

 p { color: rgb(38,70,66); }

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

background-color css

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

 a { background-color: rgb(38,70,66); }

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

border-color css

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

 span { border-color: rgb(38,70,66); }

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