#276205

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

Shades of Myrtle #276205

Tints of Myrtle #276205

Color information

#276205 (or 0x276205) is unknown color: approx Myrtle. HEX triplet: 27, 62 and 05. RGB value is (39,98,5). Sum of RGB (Red+Green+Blue) = 39+98+5=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 98 (38.67% from 255 or 69.01% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 98 - color contains mainly: green. Hex color #276205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276205 is #D89DFA. Grayscale: #464646. Windows color (decimal): -14196219 or 352807. OLE color: 352807.

HSL color Cylindrical-coordinate representation of color #276205: hue angle of 98.06º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #276205 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB39985-
CMYK0.6000.950.62
HSL98.06º90.29%20.2%-
HSV(B)98.06º94.9%38.43%-
XYZ5.239.181.64-
YUV69.7691.45106.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 98 (38.67% from 255) = 69.01%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=27.46%
G=69.01%
B=3.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal399850.6000.950.6298.0690.2920.2
Hex276253C05F3E625a14
Octal4714257401377614213224
Binary1001111100010101111100010111111111101100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276205; }

 p { color: rgb(39,98,5); }

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

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

 a { background-color: rgb(39,98,5); }

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

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

 span { border-color: rgb(39,98,5); }

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