#275525

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

Shades of Myrtle #275525

Tints of Myrtle #275525

Color information

#275525 (or 0x275525) is unknown color: approx Myrtle. HEX triplet: 27, 55 and 25. RGB value is (39,85,37). Sum of RGB (Red+Green+Blue) = 39+85+37=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #275525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275525 is #D8AADA. Grayscale: #414141. Windows color (decimal): -14199515 or 2446631. OLE color: 2446631.

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

Color convert

RGB398537-
CMYK0.5400.560.67
HSL117.5º39.34%23.92%-
HSV(B)117.5º56.47%33.33%-
XYZ4.427.062.88-
YUV65.77111.76108.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 85 (33.59% from 255) = 52.80%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=24.22%
G=52.80%
B=22.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985370.5400.560.67117.539.3423.92
Hex2755253603843762718
Octal4712545660701031664730
Binary100111101010110010111011001110001000011111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275525; }

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

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

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

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

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

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

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

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