#276300

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

Shades of Myrtle #276300

Tints of Myrtle #276300

Color information

#276300 (or 0x276300) is unknown color: approx Myrtle. HEX triplet: 27, 63 and 00. RGB value is (39,99,0). Sum of RGB (Red+Green+Blue) = 39+99+0=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #276300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276300 is #D89CFF. Grayscale: #464646. Windows color (decimal): -14195968 or 25383. OLE color: 25383.

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

Color convert

RGB39990-
CMYK0.61010.61
HSL96.36º100%19.41%-
HSV(B)96.36º100%38.82%-
XYZ5.39.361.53-
YUV69.7788.62106.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 99 (39.06% from 255) = 71.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.26%
G=71.74%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399900.61010.6196.3610019.41
Hex276303D0643D606413
Octal4714307501447514014423
Binary10011111000110111101011001001111011100000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276300; }

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

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

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

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

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

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

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

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