#273F20

Color #273F20 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #273F20

Tints of Myrtle #273F20

Color information

#273F20 (or 0x273F20) is unknown color: approx Myrtle. HEX triplet: 27, 3F and 20. RGB value is (39,63,32). Sum of RGB (Red+Green+Blue) = 39+63+32=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 63 - color contains mainly: green. Hex color #273F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273F20 is #D8C0DF. Grayscale: #343434. Windows color (decimal): -14205152 or 2113319. OLE color: 2113319.

HSL color Cylindrical-coordinate representation of color #273F20: hue angle of 106.45º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #273F20 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB396332-
CMYK0.3800.490.75
HSL106.45º32.63%18.63%-
HSV(B)106.45º49.21%24.71%-
XYZ2.874.092-
YUV52.29116.55118.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 63 (25% from 255) = 47.01%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=29.10%
G=47.01%
B=23.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3963320.3800.490.75106.4532.6318.63
Hex273F20260314B6a2113
Octal477740460611131524123
Binary10011111111110000010011001100011001011110101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273F20; }

 p { color: rgb(39,63,32); }

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

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

 a { background-color: rgb(39,63,32); }

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

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

 span { border-color: rgb(39,63,32); }

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