#275425

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

Shades of Myrtle #275425

Tints of Myrtle #275425

Color information

#275425 (or 0x275425) is unknown color: approx Myrtle. HEX triplet: 27, 54 and 25. RGB value is (39,84,37). Sum of RGB (Red+Green+Blue) = 39+84+37=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #275425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275425 is #D8ABDA. Grayscale: #414141. Windows color (decimal): -14199771 or 2446375. OLE color: 2446375.

HSL color Cylindrical-coordinate representation of color #275425: hue angle of 117.45º 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 #275425 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB398437-
CMYK0.5400.560.67
HSL117.45º38.84%23.73%-
HSV(B)117.45º55.95%32.94%-
XYZ4.346.912.85-
YUV65.19112.09109.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=24.38%
G=52.5%
B=23.12%

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
Decimal3984370.5400.560.67117.4538.8423.73
Hex2754253603843752718
Octal4712445660701031654730
Binary100111101010010010111011001110001000011111010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275425; }

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

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

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

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

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

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

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

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