#274740

Color #274740 Gable Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gable Green #274740

Tints of Gable Green #274740

Color information

#274740 (or 0x274740) is unknown color: approx Gable Green. HEX triplet: 27, 47 and 40. RGB value is (39,71,64). Sum of RGB (Red+Green+Blue) = 39+71+64=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 71 - color contains mainly: green. Hex color #274740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274740 is #D8B8BF. Grayscale: #3C3C3C. Windows color (decimal): -14203072 or 4212519. OLE color: 4212519.

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

Color convert

RGB397164-
CMYK0.4500.100.72
HSL166.88º29.09%21.57%-
HSV(B)166.88º45.07%27.84%-
XYZ4.025.315.66-
YUV60.63129.9112.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 71 (28.12% from 255) = 40.80%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=22.41%
G=40.80%
B=36.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971640.4500.100.72166.8829.0921.57
Hex2747402D0A48a71d16
Octal47107100550121102473526
Binary10011110001111000000101101010101001000101001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274740; }

 p { color: rgb(39,71,64); }

 H1.HeaderClassName
 {
   color: #274740;
 }
 .AnyTagClassName
 {
   color: #274740;
 }
</style>
background-color css

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

 a { background-color: rgb(39,71,64); }

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

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

 span { border-color: rgb(39,71,64); }

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