#27403D

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

Shades of Gable Green #27403D

Tints of Gable Green #27403D

Color information

#27403D (or 0x27403D) is unknown color: approx Gable Green. HEX triplet: 27, 40 and 3D. RGB value is (39,64,61). Sum of RGB (Red+Green+Blue) = 39+64+61=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #27403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27403D is #D8BFC2. Grayscale: #383838. Windows color (decimal): -14204867 or 4014119. OLE color: 4014119.

HSL color Cylindrical-coordinate representation of color #27403D: hue angle of 172.8º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #27403D is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB396461-
CMYK0.3900.050.75
HSL172.8º24.27%20.2%-
HSV(B)172.8º39.06%25.1%-
XYZ3.514.445.09-
YUV56.18130.72115.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=23.78%
G=39.02%
B=37.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964610.3900.050.75172.824.2720.2
Hex27403D27054Bad1814
Octal471007547051132553024
Binary100111100000011110110011101011001011101011011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27403D; }

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

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

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

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

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

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

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

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