Html Css Color HEX #284640 Gable Green

📋 copy color: '#284640'

red 40 ◦ green 70 ◦ blue 64

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

Shades of Gable Green #284640

Tints of Gable Green #284640

RGB

 RED value IS 40 (16.02% from 255) = 22.99%

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

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

R = 22.99%
G = 40.23%
B = 36.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.73

RGB Variations

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

Color information

#284640 (or 0x284640) is known color: Gable Green. HEX triplet: 28, 46 and 40. RGB value is (40,70,64). Sum of RGB (Red+Green+Blue) = 40+70+64=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 70 - color contains mainly: green. Hex color #284640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284640 is #D7B9BF. Grayscale: #3C3C3C. Windows color (decimal): -14137792 or 4212264. OLE color: 4212264.

HSL color Cylindrical-coordinate representation of color #284640: hue angle of 168º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #284640 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 70 64 -
CMYK 0.43 0 0.09 0.73
HSL 168º 0.27% 0.22% -
HSV(B) 168º 0.43% 0.27% -
XYZ 3.99 5.2 5.64 -
YUV 60.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 40 70 64 0.43 0 0.09 0.73 168 0.27 0.22
Hex 28 46 40 2B 0 9 49 A8 1B 16
Octal 50 106 100 53 0 11 111 250 33 26
Binary 101000 1000110 1000000 101011 0 1001 1001001 10101000 11011 10110

Color Harmonies of #284640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284640

Black with #284640

Text Example


Text Example

White with #284640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284640; }

 p { color: rgb(40,70,64); }

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

background-color css

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

 a { background-color: rgb(40,70,64); }

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

border-color css

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

 span { border-color: rgb(40,70,64); }

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