#275B08

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

Shades of Myrtle #275B08

Tints of Myrtle #275B08

Color information

#275B08 (or 0x275B08) is unknown color: approx Myrtle. HEX triplet: 27, 5B and 08. RGB value is (39,91,8). Sum of RGB (Red+Green+Blue) = 39+91+8=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 91 (35.94% from 255 or 65.94% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 91 - color contains mainly: green. Hex color #275B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275B08 is #D8A4F7. Grayscale: #424242. Windows color (decimal): -14198008 or 547623. OLE color: 547623.

HSL color Cylindrical-coordinate representation of color #275B08: hue angle of 97.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #275B08 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB39918-
CMYK0.5700.910.64
HSL97.59º83.84%19.41%-
HSV(B)97.59º91.21%35.69%-
XYZ4.627.931.52-
YUV65.9995.27108.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 91 (35.94% from 255) = 65.94%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=28.26%
G=65.94%
B=5.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal399180.5700.910.6497.5983.8419.41
Hex275B83905B40625413
Octal471331071013310014212423
Binary100111101101110001110010101101110000001100010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275B08; }

 p { color: rgb(39,91,8); }

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

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

 a { background-color: rgb(39,91,8); }

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

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

 span { border-color: rgb(39,91,8); }

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