#015A3D

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

Shades of Jewel #015A3D

Tints of Jewel #015A3D

Color information

#015A3D (or 0x015A3D) is unknown color: approx Jewel. HEX triplet: 01, 5A and 3D. RGB value is (1,90,61). Sum of RGB (Red+Green+Blue) = 1+90+61=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #015A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A3D is #FEA5C2. Grayscale: #3C3C3C. Windows color (decimal): -16688579 or 4020737. OLE color: 4020737.

HSL color Cylindrical-coordinate representation of color #015A3D: hue angle of 160.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A3D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB19061-
CMYK0.9900.320.65
HSL160.45º97.8%17.84%-
HSV(B)160.45º98.89%35.29%-
XYZ4.517.665.65-
YUV60.08128.5185.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 90 (35.55% from 255) = 59.21%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=0.66%
G=59.21%
B=40.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190610.9900.320.65160.4597.817.84
Hex15A3D6302041a06212
Octal11327514304010124014222
Binary1101101011110111000110100000100000110100000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015A3D; }

 p { color: rgb(1,90,61); }

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

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

 a { background-color: rgb(1,90,61); }

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

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

 span { border-color: rgb(1,90,61); }

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