Html Css Color HEX #01663A Jewel

📋 copy color: '#01663A'

red 1 ◦ green 102 ◦ blue 58

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

Shades of Jewel #01663A

Tints of Jewel #01663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.35%

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 0.62%
G = 63.35%
B = 36.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.6

RGB Variations

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

Color information

#01663A (or 0x01663A) is known color: Jewel. HEX triplet: 01, 66 and 3A. RGB value is (1,102,58). Sum of RGB (Red+Green+Blue) = 1+102+58=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #01663A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01663A is #FE99C5. Grayscale: #424242. Windows color (decimal): -16685510 or 3827201. OLE color: 3827201.

HSL color Cylindrical-coordinate representation of color #01663A: hue angle of 153.86º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01663A is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB 1 102 58 -
CMYK 0.99 0 0.43 0.6
HSL 153.86º 0.98% 0.2% -
HSV(B) 153.86º 0.99% 0.4% -
XYZ 5.53 9.81 5.61 -
YUV 66.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 1 102 58 0.99 0 0.43 0.6 153.86 0.98 0.2
Hex 1 66 3A 63 0 2B 3C 9A 62 14
Octal 1 146 72 143 0 53 74 232 142 24
Binary 1 1100110 111010 1100011 0 101011 111100 10011010 1100010 10100

Color Harmonies of #01663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01663A

Black with #01663A

Text Example


Text Example

White with #01663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01663A; }

 p { color: rgb(1,102,58); }

 H1.HeaderClassName
 {
   color: #01663A;
 }
 .AnyTagClassName
 {
   color: #01663A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,102,58); }

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

border-color css

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

 span { border-color: rgb(1,102,58); }

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