#255C0A

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

Shades of Myrtle #255C0A

Tints of Myrtle #255C0A

Color information

#255C0A (or 0x255C0A) is unknown color: approx Myrtle. HEX triplet: 25, 5C and 0A. RGB value is (37,92,10). Sum of RGB (Red+Green+Blue) = 37+92+10=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 92 (36.33% from 255 or 66.19% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 92 - color contains mainly: green. Hex color #255C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255C0A is #DAA3F5. Grayscale: #424242. Windows color (decimal): -14328822 or 678949. OLE color: 678949.

HSL color Cylindrical-coordinate representation of color #255C0A: hue angle of 100.24º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #255C0A is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB379210-
CMYK0.6000.890.64
HSL100.24º80.39%20%-
HSV(B)100.24º89.13%36.08%-
XYZ4.648.071.6-
YUV66.2196.28107.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 92 (36.33% from 255) = 66.19%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=26.62%
G=66.19%
B=7.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792100.6000.890.64100.2480.3920
Hex255CA3C05940645014
Octal451341274013110014412024
Binary100101101110010101111000101100110000001100100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255C0A; }

 p { color: rgb(37,92,10); }

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

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

 a { background-color: rgb(37,92,10); }

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

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

 span { border-color: rgb(37,92,10); }

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