#27403A

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

Shades of Gable Green #27403A

Tints of Gable Green #27403A

Color information

#27403A (or 0x27403A) is unknown color: approx Gable Green. HEX triplet: 27, 40 and 3A. RGB value is (39,64,58). Sum of RGB (Red+Green+Blue) = 39+64+58=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #27403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27403A is #D8BFC5. Grayscale: #373737. Windows color (decimal): -14204870 or 3817511. OLE color: 3817511.

HSL color Cylindrical-coordinate representation of color #27403A: hue angle of 165.6º 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 #27403A is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB396458-
CMYK0.3900.090.75
HSL165.6º24.27%20.2%-
HSV(B)165.6º39.06%25.1%-
XYZ3.434.44.67-
YUV55.84129.22115.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=24.22%
G=39.75%
B=36.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964580.3900.090.75165.624.2720.2
Hex27403A27094Ba61814
Octal4710072470111132463024
Binary1001111000000111010100111010011001011101001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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