Html Css Color HEX #015E3C Jewel

📋 copy color: '#015E3C'

red 1 ◦ green 94 ◦ blue 60

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

Shades of Jewel #015E3C

Tints of Jewel #015E3C

RGB

 RED value IS 1 (0.78% from 255) = 0.65%

 GREEN value IS 94 (37.11% from 255) = 60.65%

 BLUE value IS 60 (23.83% from 255) = 38.71%

R = 0.65%
G = 60.65%
B = 38.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#015E3C (or 0x015E3C) is known color: Jewel. HEX triplet: 01, 5E and 3C. RGB value is (1,94,60). Sum of RGB (Red+Green+Blue) = 1+94+60=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 94 (37.11% from 255 or 60.65% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 94 - color contains mainly: green. Hex color #015E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E3C is #FEA1C3. Grayscale: #3E3E3E. Windows color (decimal): -16687556 or 3956225. OLE color: 3956225.

HSL color Cylindrical-coordinate representation of color #015E3C: hue angle of 158.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E3C is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 94 60 -
CMYK 0.99 0 0.36 0.63
HSL 158.06º 0.98% 0.19% -
HSV(B) 158.06º 0.99% 0.37% -
XYZ 4.83 8.34 5.63 -
YUV 62.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 1 94 60 0.99 0 0.36 0.63 158.06 0.98 0.19
Hex 1 5E 3C 63 0 24 3F 9E 62 13
Octal 1 136 74 143 0 44 77 236 142 23
Binary 1 1011110 111100 1100011 0 100100 111111 10011110 1100010 10011

Color Harmonies of #015E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E3C

Black with #015E3C

Text Example


Text Example

White with #015E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,60); }

 H1.HeaderClassName
 {
   color: #015E3C;
 }
 .AnyTagClassName
 {
   color: #015E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(1,94,60); }

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

border-color css

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

 span { border-color: rgb(1,94,60); }

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