#276304

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

Shades of Myrtle #276304

Tints of Myrtle #276304

Color information

#276304 (or 0x276304) is unknown color: approx Myrtle. HEX triplet: 27, 63 and 04. RGB value is (39,99,4). Sum of RGB (Red+Green+Blue) = 39+99+4=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #276304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276304 is #D89CFB. Grayscale: #464646. Windows color (decimal): -14195964 or 287527. OLE color: 287527.

HSL color Cylindrical-coordinate representation of color #276304: hue angle of 97.89º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #276304 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB39994-
CMYK0.6100.960.61
HSL97.89º92.23%20.2%-
HSV(B)97.89º95.96%38.82%-
XYZ5.329.361.64-
YUV70.2390.62105.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 99 (39.06% from 255) = 69.72%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=27.46%
G=69.72%
B=2.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399940.6100.960.6197.8992.2320.2
Hex276343D0603D625c14
Octal4714347501407514213424
Binary1001111100011100111101011000001111011100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276304; }

 p { color: rgb(39,99,4); }

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

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

 a { background-color: rgb(39,99,4); }

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

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

 span { border-color: rgb(39,99,4); }

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