#276318

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

Shades of Myrtle #276318

Tints of Myrtle #276318

Color information

#276318 (or 0x276318) is unknown color: approx Myrtle. HEX triplet: 27, 63 and 18. RGB value is (39,99,24). Sum of RGB (Red+Green+Blue) = 39+99+24=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #276318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276318 is #D89CE7. Grayscale: #484848. Windows color (decimal): -14195944 or 1598247. OLE color: 1598247.

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

Color convert

RGB399924-
CMYK0.6100.760.61
HSL108º60.98%24.12%-
HSV(B)108º75.76%38.82%-
XYZ5.469.422.39-
YUV72.51100.62104.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 99 (39.06% from 255) = 61.11%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=24.07%
G=61.11%
B=14.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3999240.6100.760.6110860.9824.12
Hex2763183D04C3D6c3d18
Octal4714330750114751547530
Binary10011111000111100011110101001100111101110110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276318; }

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

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

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

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

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

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

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

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