#275320

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

Shades of Myrtle #275320

Tints of Myrtle #275320

Color information

#275320 (or 0x275320) is unknown color: approx Myrtle. HEX triplet: 27, 53 and 20. RGB value is (39,83,32). Sum of RGB (Red+Green+Blue) = 39+83+32=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #275320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275320 is #D8ACDF. Grayscale: #404040. Windows color (decimal): -14200032 or 2118439. OLE color: 2118439.

HSL color Cylindrical-coordinate representation of color #275320: hue angle of 111.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #275320 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB398332-
CMYK0.5300.610.67
HSL111.76º44.35%22.55%-
HSV(B)111.76º61.45%32.55%-
XYZ4.196.722.44-
YUV64.03109.92110.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 83 (32.81% from 255) = 53.90%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=25.32%
G=53.90%
B=20.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983320.5300.610.67111.7644.3522.55
Hex2753203503D43702c17
Octal4712340650751031605427
Binary100111101001110000011010101111011000011111000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275320; }

 p { color: rgb(39,83,32); }

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

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

 a { background-color: rgb(39,83,32); }

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

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

 span { border-color: rgb(39,83,32); }

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