#275213

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

Shades of Myrtle #275213

Tints of Myrtle #275213

Color information

#275213 (or 0x275213) is unknown color: approx Myrtle. HEX triplet: 27, 52 and 13. RGB value is (39,82,19). Sum of RGB (Red+Green+Blue) = 39+82+19=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #275213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275213 is #D8ADEC. Grayscale: #3E3E3E. Windows color (decimal): -14200301 or 1266215. OLE color: 1266215.

HSL color Cylindrical-coordinate representation of color #275213: hue angle of 100.95º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #275213 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB398219-
CMYK0.5200.770.68
HSL100.95º62.38%19.8%-
HSV(B)100.95º76.83%32.16%-
XYZ3.976.511.66-
YUV61.96103.75111.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 82 (32.42% from 255) = 58.57%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=27.86%
G=58.57%
B=13.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3982190.5200.770.68100.9562.3819.8
Hex2752133404D44653e14
Octal47122236401151041457624
Binary100111101001010011110100010011011000100110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275213; }

 p { color: rgb(39,82,19); }

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

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

 a { background-color: rgb(39,82,19); }

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

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

 span { border-color: rgb(39,82,19); }

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