Html Css Color HEX #015A3D Jewel

📋 copy color: '#015A3D'

red 1 ◦ green 90 ◦ blue 61

#015A3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #015A3D

Tints of Jewel #015A3D

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 value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#015A3D (or 0x015A3D) is known color: 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

RGB 1 90 61 -
CMYK 0.99 0 0.32 0.65
HSL 160.45º 0.98% 0.18% -
HSV(B) 160.45º 0.99% 0.35% -
XYZ 4.51 7.66 5.65 -
YUV 60.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 1 90 61 0.99 0 0.32 0.65 160.45 0.98 0.18
Hex 1 5A 3D 63 0 20 41 A0 62 12
Octal 1 132 75 143 0 40 101 240 142 22
Binary 1 1011010 111101 1100011 0 100000 1000001 10100000 1100010 10010

Color Harmonies of #015A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A3D

Black with #015A3D

Text Example


Text Example

White with #015A3D

Text Example


Text Example

HTML Codes & Css Web 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>