#255B0B

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

Shades of Myrtle #255B0B

Tints of Myrtle #255B0B

Color information

#255B0B (or 0x255B0B) is unknown color: approx Myrtle. HEX triplet: 25, 5B and 0B. RGB value is (37,91,11). Sum of RGB (Red+Green+Blue) = 37+91+11=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 91 (35.94% from 255 or 65.47% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 91 - color contains mainly: green. Hex color #255B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255B0B is #DAA4F4. Grayscale: #414141. Windows color (decimal): -14329077 or 744229. OLE color: 744229.

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

Color convert

RGB379111-
CMYK0.5900.880.64
HSL100.5º78.43%20%-
HSV(B)100.5º87.91%35.69%-
XYZ4.567.91.6-
YUV65.7397.11107.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 91 (35.94% from 255) = 65.47%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=26.62%
G=65.47%
B=7.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791110.5900.880.64100.578.4320
Hex255BB3B05840644e14
Octal451331373013010014411624
Binary100101101101110111110110101100010000001100100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,91,11); }

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

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

 a { background-color: rgb(37,91,11); }

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

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

 span { border-color: rgb(37,91,11); }

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