#276405

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

Shades of Myrtle #276405

Tints of Myrtle #276405

Color information

#276405 (or 0x276405) is unknown color: approx Myrtle. HEX triplet: 27, 64 and 05. RGB value is (39,100,5). Sum of RGB (Red+Green+Blue) = 39+100+5=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #276405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276405 is #D89BFA. Grayscale: #474747. Windows color (decimal): -14195707 or 353319. OLE color: 353319.

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

Color convert

RGB391005-
CMYK0.6100.950.61
HSL98.53º90.48%20.59%-
HSV(B)98.53º95%39.22%-
XYZ5.429.561.7-
YUV70.9390.79105.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 100 (39.45% from 255) = 69.44%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=27.08%
G=69.44%
B=3.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3910050.6100.950.6198.5390.4820.59
Hex276453D05F3D635a15
Octal4714457501377514313225
Binary1001111100100101111101010111111111011100011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276405; }

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

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

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

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

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

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

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

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