#185313

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

Shades of Myrtle #185313

Tints of Myrtle #185313

Color information

#185313 (or 0x185313) is unknown color: approx Myrtle. HEX triplet: 18, 53 and 13. RGB value is (24,83,19). Sum of RGB (Red+Green+Blue) = 24+83+19=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #185313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185313 is #E7ACEC. Grayscale: #3A3A3A. Windows color (decimal): -15183085 or 1266456. OLE color: 1266456.

HSL color Cylindrical-coordinate representation of color #185313: hue angle of 115.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #185313 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB248319-
CMYK0.7100.770.67
HSL115.31º62.75%20%-
HSV(B)115.31º77.11%32.55%-
XYZ3.596.431.67-
YUV58.06105.95103.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 83 (32.81% from 255) = 65.87%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=19.05%
G=65.87%
B=15.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483190.7100.770.67115.3162.7520
Hex1853134704D43733f14
Octal301232310701151031637724
Binary110001010011100111000111010011011000011111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185313; }

 p { color: rgb(24,83,19); }

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

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

 a { background-color: rgb(24,83,19); }

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

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

 span { border-color: rgb(24,83,19); }

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