#275325

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

Shades of Myrtle #275325

Tints of Myrtle #275325

Color information

#275325 (or 0x275325) is unknown color: approx Myrtle. HEX triplet: 27, 53 and 25. RGB value is (39,83,37). Sum of RGB (Red+Green+Blue) = 39+83+37=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #275325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275325 is #D8ACDA. Grayscale: #404040. Windows color (decimal): -14200027 or 2446119. OLE color: 2446119.

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

Color convert

RGB398337-
CMYK0.5300.550.67
HSL117.39º38.33%23.53%-
HSV(B)117.39º55.42%32.55%-
XYZ4.266.752.83-
YUV64.6112.42109.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 83 (32.81% from 255) = 52.20%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=24.53%
G=52.20%
B=23.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983370.5300.550.67117.3938.3323.53
Hex2753253503743752618
Octal4712345650671031654630
Binary100111101001110010111010101101111000011111010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275325; }

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

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

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

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

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

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

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

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