#255C13

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

Shades of Myrtle #255C13

Tints of Myrtle #255C13

Color information

#255C13 (or 0x255C13) is unknown color: approx Myrtle. HEX triplet: 25, 5C and 13. RGB value is (37,92,19). Sum of RGB (Red+Green+Blue) = 37+92+19=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #255C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255C13 is #DAA3EC. Grayscale: #434343. Windows color (decimal): -14328813 or 1268773. OLE color: 1268773.

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

Color convert

RGB379219-
CMYK0.6000.790.64
HSL105.21º65.77%21.76%-
HSV(B)105.21º79.35%36.08%-
XYZ4.718.091.93-
YUV67.23100.78106.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 92 (36.33% from 255) = 62.16%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=25%
G=62.16%
B=12.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792190.6000.790.64105.2165.7721.76
Hex255C133C04F40694216
Octal451342374011710015110226
Binary1001011011100100111111000100111110000001101001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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